IDoubleEntityMember Properties |
The IDoubleEntityMember type exposes the following members.
| Name | Description | |
|---|---|---|
| AllowDisplayZerosAsEmpty |
Gets or Sets whether to allow grids to draw zeros as empty strings
(Inherited from INumericEntityMemberT.) | |
| DecimalNumber |
Number of digit after decimal separator
| |
| DefaultExpression |
Default expression, used when the entity is in append mode to initialize the members
(Inherited from IEntityMemberT.) | |
| DisplayDecimalNumber |
Number of digit after decimal separator when displayed
| |
| Entity |
Gets the owner entity
(Inherited from IEntityMemberBase.) | |
| IsSystem |
Indicates if a member is system
(Inherited from IReadOnlyEntityMemberBase.) | |
| Label |
Label of the member
(Inherited from IEntityMemberBase.) | |
| MaxValue |
Maximum value
(Inherited from INumericEntityMemberT.) | |
| MemberValueType |
Gets the type of the member value
(Inherited from IReadOnlyEntityMemberBase.) | |
| MinValue |
Minimum value
(Inherited from INumericEntityMemberT.) | |
| Modified |
Indicates if the actual value is different form the original value
(Inherited from IReadOnlyEntityMemberBase.) | |
| Name |
The name of the property corresponding to this member in the owner entity
(retrieve in the entity, using reflection)
(Inherited from IReadOnlyEntityMemberBase.) | |
| Nullable |
Gets or sets whether the member value can be null
(Inherited from IEntityMemberBase.) | |
| OriginValue |
Original value of this member (after load or append)
(Inherited from IEntityMemberT.) | |
| PreviousValue |
Previous value of this member
(Inherited from IEntityMemberT.) | |
| ReadOnly |
Gets or sets whether the member is read-only
(Inherited from IEntityMemberBase.) | |
| UserDefined |
Indicates if the member is a user defined member
(Inherited from IReadOnlyEntityMemberBase.) | |
| Value |
Actual value of this member
(Inherited from IEntityMemberT.) | |
| Values |
List of authorize values if the authorized values is restricted
(Inherited from IReadOnlyEntityMemberT.) | |
| Visible |
Gets or sets whether the member is visible when auto creating controls or grid columns
(Inherited from IEntityMemberBase.) |