ReflectionPropertyInfo Properties
Provides access to property metadata gathered via Reflection.
Name | Description |
---|---|
Attributes |
Gets the attributes for this type.
Inherited from XPType |
Collection |
Gets the XPClass |
Converter |
Gets the value converter.
Inherited from XPMember |
Db |
Inherited from XPMember |
Default |
Inherited from XPMember |
Display |
Gets the member’s display name.
Inherited from XPMember |
Intermediate |
This member supports the internal infrastructure and is not intended to be used directly from your code.
Inherited from XPMember |
Is |
Gets whether the member references other aggregated persistent objects.
Inherited from XPMember |
Is |
Gets whether a Persistent |
Is |
Gets whether the member sets up the relation.
Inherited from XPMember |
Is |
Indicates whether the current member represents the “many” side of the association.
Inherited from XPMember |
Is |
Gets whether the member is the auto-generated key.
Inherited from XPMember |
Is |
Gets whether the member represents a collection and is involved in associations.
Inherited from XPMember |
Is |
Gets whether the property is marked as delayed.
Inherited from XPMember |
Is |
Inherited from XPMember |
Is |
Specifies if the member value can be saved to the database.
Inherited from XPMember |
Is |
Gets whether the member is an auto-generated integer key.
Inherited from XPMember |
Is |
Gets whether the member represents a key member.
Inherited from XPMember |
Is |
Gets whether a member is involved in a many-to-many association.
Inherited from XPMember |
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.
Inherited from XPMember |
Is |
Gets whether a class or member of this type is persistent.
Inherited from XPType |
Is |
Gets whether the property is declared as public. |
Is |
Gets whether the member is read-only.
Inherited from XPMember |
Is |
Gets whether the member represents a data structure.
Inherited from Reflection |
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.
Inherited from XPMember |
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.
Inherited from XPMember |
Member |
Gets the type of this property. |
Merge |
Gets a value that indicates the behavior when merging changed objects (objects with different versions).
Inherited from XPMember |
Name |
Gets the member’s name.
Inherited from Reflection |
Owner |
Gets the XPClass |
Reference |
Gets the XPClass |
Storage |
Gets the type that the member’s value is saved as in the data store.
Inherited from XPMember |
Sub |
Gets a collection of sub members.
Inherited from XPMember |
See Also