Click or drag to resize

IMemoEntityMember Properties

The IMemoEntityMember type exposes the following members.

Properties
  NameDescription
Public propertyApplyTrimEnd
Apply a TrimEnd to the value
Public propertyCharacterCasing
Character case
Public propertyDefaultExpression
Default expression, used when the entity is in append mode to initialize the members
(Inherited from IEntityMemberT.)
Public propertyEntity
Gets the owner entity
(Inherited from IEntityMemberBase.)
Public propertyIsAssociatedPlainTextMemo
Indicates if this member is an associated plain text to rich memo entity member
Public propertyIsSystem
Indicates if a member is system
(Inherited from IReadOnlyEntityMemberBase.)
Public propertyLabel
Label of the member
(Inherited from IEntityMemberBase.)
Public propertyMemberValueType
Gets the type of the member value
(Inherited from IReadOnlyEntityMemberBase.)
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
Gets or sets whether the member value can be null
(Inherited from IEntityMemberBase.)
Public propertyOriginValue
Original value of this member (after load or append)
(Inherited from IEntityMemberT.)
Public propertyPreviousValue
Previous value of this member
(Inherited from IEntityMemberT.)
Public propertyReadOnly
Gets or sets whether the member is read-only
(Inherited from IEntityMemberBase.)
Public propertyUserDefined
Indicates if the member is a user defined member
(Inherited from IReadOnlyEntityMemberBase.)
Public propertyValue
Actual value of this member
(Inherited from IEntityMemberT.)
Public propertyValues
List of authorize values if the authorized values is restricted
(Inherited from IReadOnlyEntityMemberT.)
Public propertyVisible
Gets or sets whether the member is visible when auto creating controls or grid columns
(Inherited from IEntityMemberBase.)
Top
See Also