DataEntryDefaultValue Properties |
The DataEntryDefaultValue type exposes the following members.
| Name | Description | |
|---|---|---|
| ChangingAttributes |
Gets the attributes that are currently changing. Can be used in attribute change event handler to prevent stack overflow.
(Inherited from EditableDomainObject.) | |
| ColumnName | The column for which the default is specified. [Required] [Filter(eq)] | |
| ConditionDocumentType | If not null specifies that the default should be applied only if Document_Type_Id equals this value. [Filter(multi eq)] | |
| ConditionEnterpriseCompany | If not null specifies that the default should be applied only if Enterprise_Company_Id equals this value. [Filter(multi eq)] | |
| ConditionFormName | If not null specifies that the default should be applied only if Form_Name equals the specified value. [Filter(eq)] [ORD] | |
| ConditionRole | When not null, specifies that the default value should be applied only when the user plays the specified role. [Filter(multi eq)] | |
| ConditionUserLogin | If not null specifies that the default should be applied only if User_Login equals this value. [Filter(eq)] | |
| ConditionUserMachine | If not null specifies that the default should be applied only if User_Machine equals this value. [Filter(eq)] | |
| CustomProperties |
Gets the custom properties of the object.
(Inherited from EnterpriseOneEntityObject.) | |
| DefaultValueField | The default value for Column_Name. Should be applied only if the other conditions are met. null specifies null default. | |
| 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.) | |
| 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.) | |
| ObjectState | Gets the state of the domain object. (Overrides EditableDomainObjectObjectState.) | |
| PanelName | When not null, specifies the panel for which the default value applies. [Filter(eq;like)] | |
| Repository | Provides access to DataEntryDefaultValuesRepository repository methods | |
| TableName | The table, containing the column for which the default value is specified. [Filter(eq)] | |
| Transaction |
The EnterpriseOne transaction to which this object is attached.
(Inherited from EnterpriseOneEntityObject.) |