Account Properties |
The Account type exposes the following members.
| Name | Description | |
|---|---|---|
| AccountFullNumber | The full number of the account, unique among all accounts. It consists of the group number, concatenated with the account number. [Required] [Filter(like)] [ReadOnly] | |
| AccountGroup | The account group to which this account belongs. [Required] [Filter(multi eq)] | |
| ChangingAttributes |
Gets the attributes that are currently changing. Can be used in attribute change event handler to prevent stack overflow.
(Inherited from EditableDomainObject.) | |
| Currency | The primary currency of the account. All movements on the account are stored in this currency. If there are movements on the account, the currency cannot be changed. [Filter(multi eq)] | |
| CurrencyValuationMethod | Method for base currency valuation of non base currency amounts. ACB = Account_Current_Balance, DCD = Document_Currency_Directory, BRD=Balance_Reference_Document. [Required] [Default("ACB")] | |
| CustomProperties |
Gets the custom properties of the object.
(Inherited from EnterpriseOneEntityObject.) | |
| Description | The description of this Account. | |
| Discontinued | True means that the account won't be used any more and should not appear in combo boxes. [Required] [Default(false)] [Filter(eq)] | |
| EnterpriseCompany | The Enterprise Company to which this Account applies, or null if it is for all enterprise companies. [Filter(multi eq)] | |
| ExtendedProperties |
Extended properties contain temporary (not persisted) values in the object instance.
(Inherited from EntityObject.) | |
| Id |
The unique Id of the entity object
(Inherited from EntityObject.) | |
| IsGhost |
Returns true when the object is a ghost object
(Inherited from EntityObject.) | |
| IsLoaded | Gets a value indicating whether the associated data for this domain object is loaded. (Overrides EntityObjectIsLoaded.) | |
| ItemString |
Gets or sets the value of a data attribute
(Inherited from DomainObject.) | |
| ItemIDataAttribute |
Gets or sets the value of a data attribute
(Inherited from DomainObject.) | |
| Name | The account name. [Required] [Filter(like)] | |
| NoEvents |
Turns on "No events" mode and returns a class, that will turn it off when Disposed. See remarks for more info.
(Inherited from DomainObject.) | |
| Number | The number of the account, unique within the account group. [Required] [Filter(like)] | |
| ObjectState | Gets the state of the domain object. (Overrides EditableDomainObjectObjectState.) | |
| Repository | Provides access to AccountsRepository repository methods | |
| RequiredProperties | List of AccountRequiredProperty child objects, based on the Finance.Accounting.AccountRequiredProperty.Account back reference | |
| Transaction |
The EnterpriseOne transaction to which this object is attached.
(Inherited from EnterpriseOneEntityObject.) |