Click or drag to resize

IReadOnlyDateRangeEntityMember Properties

The IReadOnlyDateRangeEntityMember type exposes the following members.

Properties
  NameDescription
Public propertyAllowDisplayZerosAsEmpty
Gets whether to allow grids to draw zeros as empty strings
(Inherited from IReadOnlyNumericEntityMemberT.)
Public propertyDefaultExpression
Default expression, used when the entity is in append mode to initialize the members
(Inherited from IReadOnlyEntityMemberT.)
Public propertyEntity
Owner entity
(Inherited from IReadOnlyEntityMemberBase.)
Public propertyFromEntityMember
Gets the Date FROM entity member
Public propertyIsSystem
Indicates if a member is system
(Inherited from IReadOnlyEntityMemberBase.)
Public propertyLabel
Label of the member
(Inherited from IReadOnlyEntityMemberBase.)
Public propertyMaxValue
Maximum value
(Inherited from IReadOnlyNumericEntityMemberT.)
Public propertyMemberValueType
Gets the type of the member value
(Inherited from IReadOnlyEntityMemberBase.)
Public propertyMinValue
Minimum value
(Inherited from IReadOnlyNumericEntityMemberT.)
Public propertyModified
Indicates if the actual value is different form the original value
(Inherited from IReadOnlyEntityMemberBase.)
Public propertyName
The name of the property corresponding to this member in the owner entity (retrieve in the entity, using reflection)
(Inherited from IReadOnlyEntityMemberBase.)
Public propertyNullable
Indicates if the member can be null
(Inherited from IReadOnlyEntityMemberBase.)
Public propertyOriginValue
Original value of this member (after load or append)
(Inherited from IReadOnlyEntityMemberT.)
Public propertyPreviousValue
Previous value of this member
(Inherited from IReadOnlyEntityMemberT.)
Public propertyReadOnly
Indicates if the member value can be change or not
(Inherited from IReadOnlyEntityMemberBase.)
Public propertyToEntityMember
Gets the Date TO entity member
Public propertyUserDefined
Indicates if the member is a user defined member
(Inherited from IReadOnlyEntityMemberBase.)
Public propertyValue
Actual value of this member
(Inherited from IReadOnlyEntityMemberT.)
Public propertyValues
List of authorize values if the authorized values is restricted
(Inherited from IReadOnlyEntityMemberT.)
Public propertyVisible
Indicates if the member is visible when autocreating controls
(Inherited from IReadOnlyEntityMemberBase.)
Top
See Also