IStringEntityMember Properties |
The IStringEntityMember type exposes the following members.
| Name | Description | |
|---|---|---|
| ApplyTrimEnd |
Apply a TrimEnd to the value
| |
| AuthorizedCharacters |
Gets or Sets the authorized characters set.
Use "a-zA-Z0-9" for alphanumeric charcaters.
Use "A-Z _" for uppercase letters, space and underscore.
Use @"A-Za-z\-" for letters and dash (escape the dash character)
| |
| CharacterCasing |
Character casing
| |
| 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.) | |
| Length |
Length
| |
| 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.) | |
| RegularExpression |
Gets/Sets a regular expression to validate the value
| |
| 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.) |