XPMemberInfo Properties
Serves as a base for classes that provide access to member metadata.
Name | Description |
---|---|
Attributes |
Gets the attributes for this type.
Inherited from XPType |
Collection |
Gets the XPClass |
Converter | Gets the value converter. |
Db |
|
Default |
|
Display |
Gets the member’s display name. |
Intermediate |
This member supports the internal infrastructure and is not intended to be used directly from your code. |
Is |
Gets whether the member references other aggregated persistent objects. |
Is |
Gets whether a Persistent |
Is |
Gets whether the member sets up the relation. |
Is |
Indicates whether the current member represents the “many” side of the association. |
Is |
Gets whether the member is the auto-generated key. |
Is |
Gets whether the member represents a collection and is involved in associations. |
Is |
Gets whether the property is marked as delayed. |
Is |
|
Is |
Specifies if the member value can be saved to the database. |
Is |
Gets whether the member is an auto-generated integer key. |
Is |
Gets whether the member represents a key member. |
Is |
Gets whether a member is involved in a many-to-many association. |
Is |
Indicates whether the Many |
Is |
Indicates whether the current member represents a collection that is not decorated with Association |
Is |
Determines if a nullable column should be created when updating the database schema for the persistent class member described by the current XPMember |
Is |
Indicates whether or not optimistic concurrency is ignored for the current member. |
Is |
Gets whether a class or member of this type is persistent.
Inherited from XPType |
Is |
When implemented in a derived class, gets whether the member is declared as public. |
Is |
Gets whether the member is read-only. |
Is |
Gets whether the member represents a data structure. |
Is |
Gets whether a property or class is visible at design time.
Inherited from XPType |
Mapping |
Gets the column’s name in the data store which the member’s value is stored in. |
Mapping |
Gets the Mapping |
Mapping |
Gets the Mapping |
Mapping |
Gets the maximum number of characters that can be stored in a field which the member is mapped to. |
Member |
When implemented in a derived class, gets the member’s type. |
Merge |
Gets a value that indicates the behavior when merging changed objects (objects with different versions). |
Name | When implemented in a derived class, gets the member’s name. |
Owner |
Gets the XPClass |
Reference |
Gets the XPClass |
Storage |
Gets the type that the member’s value is saved as in the data store. |
Sub |
Gets a collection of sub members. |
See Also