ITimeEntityMember Properties |
The ITimeEntityMember type exposes the following members.
| Name | Description | |
|---|---|---|
| DefaultExpression |
Default expression, used when the entity is in append mode to initialize the members
(Inherited from IEntityMemberT.) | |
| 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.) | |
| MemberValueType |
Gets the type of the member value
(Inherited from IReadOnlyEntityMemberBase.) | |
| 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.) | |
| UseSeconds |
Gets or sets whether the seconds must be used
| |
| 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.) |