The PartyLegalEntity type exposes the following members.

Constructors

  NameDescription
Public methodPartyLegalEntity
Default constructor.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodResetCompanyID
Resets the node.
Public methodResetCorporateRegistrationScheme
Resets the node.
Public methodResetRegistrationAddress
Resets the node.
Public methodResetRegistrationName
Resets the node.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyCompanyID
Company Identifier (BBIE). Identifies a company as registered with the company registration scheme.
Public propertyCompanyIDSet
Checks if the property has been set or not.
Public propertyCorporateRegistrationScheme
Corporate Registration Scheme (ASBIE). Associates the party with a Corporate Registration Scheme.
Public propertyCorporateRegistrationSchemeSet
Checks if the property has been set or not.
Public propertyRegistrationAddress
Address (ASBIE). Associates with the registered address of the party within a Corporate Registration Scheme.
Public propertyRegistrationAddressSet
Checks if the property has been set or not.
Public propertyRegistrationName
Name (BBIE). The name of a party as registered with the legal authority.
Public propertyRegistrationNameSet
Checks if the property has been set or not.

See Also