IReadOnlyTimeSpanEntityMember Properties |
The IReadOnlyTimeSpanEntityMember type exposes the following members.
| Name | Description | |
|---|---|---|
| AllowEditDays |
Gets whether it is allowed to edit days in the time interval.
| |
| AllowEditHours |
Gets whether it is allowed to edit hours in the time interval.
| |
| AllowEditMinutes |
Gets whether it is allowed to edit minutes in the time interval.
| |
| AllowEditSeconds |
Gets whether it is allowed to edit seconds in the time interval.
| |
| DefaultExpression |
Default expression, used when the entity is in append mode to initialize the members
(Inherited from IReadOnlyEntityMemberT.) | |
| Entity |
Owner entity
(Inherited from IReadOnlyEntityMemberBase.) | |
| IsSystem |
Indicates if a member is system
(Inherited from IReadOnlyEntityMemberBase.) | |
| Label |
Label of the member
(Inherited from IReadOnlyEntityMemberBase.) | |
| 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 |
Indicates if the member can be null
(Inherited from IReadOnlyEntityMemberBase.) | |
| OriginValue |
Original value of this member (after load or append)
(Inherited from IReadOnlyEntityMemberT.) | |
| PreviousValue |
Previous value of this member
(Inherited from IReadOnlyEntityMemberT.) | |
| ReadOnly |
Indicates if the member value can be change or not
(Inherited from IReadOnlyEntityMemberBase.) | |
| UserDefined |
Indicates if the member is a user defined member
(Inherited from IReadOnlyEntityMemberBase.) | |
| Value |
Actual value of this member
(Inherited from IReadOnlyEntityMemberT.) | |
| Values |
List of authorize values if the authorized values is restricted
(Inherited from IReadOnlyEntityMemberT.) | |
| Visible |
Indicates if the member is visible when autocreating controls
(Inherited from IReadOnlyEntityMemberBase.) |