Click or drag to resize

DataEntryDefaultValue Properties

The DataEntryDefaultValue type exposes the following members.

Properties
  NameDescription
Public propertyChangingAttributes
Gets the attributes that are currently changing. Can be used in attribute change event handler to prevent stack overflow.
(Inherited from EditableDomainObject.)
Public propertyColumnName
The column for which the default is specified. [Required] [Filter(eq)]
Public propertyConditionDocumentType
If not null specifies that the default should be applied only if Document_Type_Id equals this value. [Filter(multi eq)]
Public propertyConditionEnterpriseCompany
If not null specifies that the default should be applied only if Enterprise_Company_Id equals this value. [Filter(multi eq)]
Public propertyConditionFormName
If not null specifies that the default should be applied only if Form_Name equals the specified value. [Filter(eq)] [ORD]
Public propertyConditionRole
When not null, specifies that the default value should be applied only when the user plays the specified role. [Filter(multi eq)]
Public propertyConditionUserLogin
If not null specifies that the default should be applied only if User_Login equals this value. [Filter(eq)]
Public propertyConditionUserMachine
If not null specifies that the default should be applied only if User_Machine equals this value. [Filter(eq)]
Public propertyCustomProperties
Gets the custom properties of the object.
(Inherited from EnterpriseOneEntityObject.)
Public propertyDefaultValueField
The default value for Column_Name. Should be applied only if the other conditions are met. null specifies null default.
Public propertyExtendedProperties
Extended properties contain temporary (not persisted) values in the object instance.
(Inherited from EntityObject.)
Public propertyId
The unique Id of the entity object
(Inherited from EntityObject.)
Public propertyIsGhost
Returns true when the object is a ghost object
(Inherited from EntityObject.)
Public propertyIsLoaded
Gets a value indicating whether the associated data for this domain object is loaded.
(Overrides EntityObjectIsLoaded.)
Public propertyItemString
Gets or sets the value of a data attribute
(Inherited from DomainObject.)
Public propertyItemIDataAttribute
Gets or sets the value of a data attribute
(Inherited from DomainObject.)
Public propertyNoEvents
Turns on "No events" mode and returns a class, that will turn it off when Disposed. See remarks for more info.
(Inherited from DomainObject.)
Public propertyObjectState
Gets the state of the domain object.
(Overrides EditableDomainObjectObjectState.)
Public propertyPanelName
When not null, specifies the panel for which the default value applies. [Filter(eq;like)]
Public propertyRepository
Provides access to DataEntryDefaultValuesRepository repository methods
Public propertyTableName
The table, containing the column for which the default value is specified. [Filter(eq)]
Public propertyTransaction
The EnterpriseOne transaction to which this object is attached.
(Inherited from EnterpriseOneEntityObject.)
Top
See Also