XPClassInfo Properties
Serves as a base for classes that provide metadata information for a class.
Name | Description |
---|---|
Assembly |
Gets the name of the assembly that the class is declared in. |
Association |
Gets a list of members that represent the “many” side of the association. |
Attributes |
Gets the attributes for this type.
Inherited from XPType |
Base |
When implemented in a derived class, gets the metadata information of the base class. |
Can |
This property is intended for internal use. |
Class |
When implemented in a derived class, gets the type of the class which is described by the current XPClass |
Collection |
Gets the IEnumerable interface which populates XPMember |
Dictionary |
Gets the XPDictionary object which the current XPClass |
Full |
When implemented in a derived class, returns the full name of the class. |
Has |
Gets whether the class described by the current XPClass |
Id |
Gets the metadata information for the persistent class which provides the key value for the current object. |
Is |
Determines whether an instance of the current type is abstract. |
Is |
Gets whether a class or member of this type is persistent.
Inherited from XPType |
Is |
Gets whether a property or class is visible at design time.
Inherited from XPType |
Key |
Gets information on the key property or key field. |
Members |
Gets a collection of XPMember |
Nullable |
Determines if nullable columns should be created when updating the database schema for the persistent class described by the current XPClass |
Object |
Returns the IEnumerable interface which populates XPMember |
Optimistic |
Gets the metadata of the member that represents the optimistic lock field. |
Optimistic |
This member supports the .NET Framework infrastructure and cannot be used directly from your code. |
Optimistic |
This member supports the .NET Framework infrastructure and cannot be used directly from your code. |
Optimistic |
Gets the name of the system field that is used to control object locking for objects that have the object locking option enabled. |
Optimistic |
Specifies the persistent object’s locking behavior. |
Optimistic |
Specifies how XPO behaves when reloading a changed object. |
Own |
Gets a collection of XPMember |
Persistent |
Gets the information about the nearest persistent parent class in the inheritance hierarchy. |
Persistent |
Gets the collection of persistent properties and fields owned by the current persistent class metadata information. |
Table | Gets the DBTable object which the public properties and public fields are saved in. |
Table |
Gets a value that specifies which table persistent properties and fields are saved to. |
Table |
Gets the name of the table in the data layer in which the object’s data is stored. |
Track |
Specifies whether or not the persistent object properties modifications are tracked. |
See Also