Click or drag to resize

LegislationExtensionsIsBulgariaApplicableLegislation Method

Determines whether Bulgaria is applicable legislation for the specified party.

Namespace:  Aloe.EnterpriseOne.Model.General.Contacts
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public static bool IsBulgariaApplicableLegislation(
	this Party party
)

Parameters

party
Type: Aloe.EnterpriseOne.Model.General.ContactsParty
The party.

Return Value

Type: Boolean

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Party. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also