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
Syntaxpublic static bool IsBulgariaApplicableLegislation(
this Party party
)
<ExtensionAttribute>
Public Shared Function IsBulgariaApplicableLegislation (
party As Party
) As Boolean
public:
[ExtensionAttribute]
static bool IsBulgariaApplicableLegislation(
Party^ party
)
[<ExtensionAttribute>]
static member IsBulgariaApplicableLegislation :
party : Party -> bool
Parameters
- party
- Type: Aloe.EnterpriseOne.Model.General.ContactsParty
The party.
Return Value
Type:
BooleanUsage 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