Click or drag to resize

IReadOnlyEntityMemberBase Properties

The IReadOnlyEntityMemberBase type exposes the following members.

Properties
  NameDescription
Public propertyDefaultExpression
Default expression, used when the enity is in append mode to initialize the members
Public propertyEntity
Owner entity
Public propertyIsSystem
Indicates if a member is system
Public propertyLabel
Label of the member
Public propertyMemberValueType
Gets the type of the member value
Public propertyModified
Indicates if the actual value is different form the original value
Public propertyName
The name of the property corresponding to this member in the owner entity (retrieve in the entity, using reflection)
Public propertyNullable
Indicates if the member can be null
Public propertyOriginValue
Original value of this member (after load or append)
Public propertyPreviousValue
Previous value of this member
Public propertyReadOnly
Indicates if the member value can be change or not
Public propertyUserDefined
Indicates if the member is a user defined member
Public propertyValue
Actual value of this member
Public propertyVisible
Indicates if the member is visible when autocreating controls
Top
See Also