XPDataObjectClassInfo Properties
This member supports the .NET Framework infrastructure and cannot be used directly from your code.
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.
Inherited from XPClass |
Attributes |
Gets the attributes for this type.
Inherited from XPType |
Base |
Gets the metadata information of the base class. |
Can |
This property is intended for internal use. |
Class |
Gets the type of the class. |
Collection |
Gets the IEnumerable interface which populates XPMember |
Dictionary |
Gets the XPDictionary object which the current XPClass |
Full |
Gets the full name of a 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.
Inherited from XPClass |
Is |
Determines whether an instance of the current type is abstract.
Inherited from XPClass |
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.
Inherited from XPClass |
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.
Inherited from XPClass |
Optimistic |
This member supports the .NET Framework infrastructure and cannot be used directly from your code.
Inherited from XPClass |
Optimistic |
This member supports the .NET Framework infrastructure and cannot be used directly from your code.
Inherited from XPClass |
Optimistic |
Gets the name of the system field that is used to control object locking for objects that have the object locking option enabled.
Inherited from XPClass |
Optimistic |
Specifies the persistent object’s locking behavior.
Inherited from XPClass |
Optimistic |
Specifies how XPO behaves when reloading a changed object.
Inherited from XPClass |
Own |
Gets a collection of XPMember |
Persistent |
Gets the information about the nearest persistent parent class in the inheritance hierarchy.
Inherited from XPClass |
Persistent |
Gets the collection of persistent properties and fields owned by the current persistent class metadata information.
Inherited from XPClass |
Table |
Gets the DBTable object which the public properties and public fields are saved in.
Inherited from XPClass |
Table |
Gets a value that specifies which table persistent properties and fields are saved to.
Inherited from XPClass |
Table |
Gets the name of the table in the data layer in which the object’s data is stored.
Inherited from XPClass |
Track |
Specifies whether or not the persistent object properties modifications are tracked.
Inherited from XPClass |
See Also