[This is preliminary documentation and is subject to change.]
The Account type exposes the following members.Constructors
| Name | Description | |
|---|---|---|
| Account | Initializes a new instance of the Account class |
Methods
| Name | Description | |
|---|---|---|
| Equals(Object) | (Overrides | |
| Equals(Account) | ||
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
| GetHashCode | (Overrides | |
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| ToString | (Overrides |
Operators
| Name | Description | |
|---|---|---|
| Equality | ||
| Inequality |
Extension Methods
Properties
| Name | Description | |
|---|---|---|
| AccountID |
Account id within identity id domain.
For example '2' - id of method of payment for customer #125.
| |
| EmptyInstance | ||
| Identity |
For example 'customer' - name of table.
| |
| IdentityID |
For example '125' - id of customer table row 125.
| |
| IsEmpty |
See Also