Back to Devexpress

XPClassInfo Properties

xpo-devexpress-dot-xpo-dot-metadata-dot-xpclassinfo-dot-underscore-properties.md

latest6.4 KB
Original Source

XPClassInfo Properties

Serves as a base for classes that provide metadata information for a class.

NameDescription
AssemblyNameGets the name of the assembly that the class is declared in.
AssociationListPropertiesGets a list of members that represent the “many” side of the association.
AttributesGets the attributes for this type. Inherited from XPTypeInfo.
BaseClassWhen implemented in a derived class, gets the metadata information of the base class.
CanGetByClassTypeThis property is intended for internal use.
ClassTypeWhen implemented in a derived class, gets the type of the class which is described by the current XPClassInfo object.
CollectionPropertiesGets the IEnumerable interface which populates XPMemberInfo objects for the XPCollection type properties.
DictionaryGets the XPDictionary object which the current XPClassInfo object belongs to.
FullNameWhen implemented in a derived class, returns the full name of the class.
HasDescendantsGets whether the class described by the current XPClassInfo object has descendants.
IdClassGets the metadata information for the persistent class which provides the key value for the current object.
IsAbstractDetermines whether an instance of the current type is abstract.
IsPersistentGets whether a class or member of this type is persistent. Inherited from XPTypeInfo.
IsVisibleInDesignTimeGets whether a property or class is visible at design time. Inherited from XPTypeInfo.
KeyPropertyGets information on the key property or key field.
MembersGets a collection of XPMemberInfo objects that are owned by the current persistent class metadata information and all its ancestors.
NullableBehaviorDetermines if nullable columns should be created when updating the database schema for the persistent class described by the current XPClassInfo object.
ObjectPropertiesReturns the IEnumerable interface which populates XPMemberInfo objects for properties with the IXPSimpleObject interface declaration.
OptimisticLockFieldGets the metadata of the member that represents the optimistic lock field.
OptimisticLockFieldInDataLayerThis member supports the .NET Framework infrastructure and cannot be used directly from your code.
OptimisticLockFieldInDataLayerNameThis member supports the .NET Framework infrastructure and cannot be used directly from your code.
OptimisticLockFieldNameGets the name of the system field that is used to control object locking for objects that have the object locking option enabled.
OptimisticLockingBehaviorSpecifies the persistent object’s locking behavior.
OptimisticLockingReadBehaviorSpecifies how XPO behaves when reloading a changed object.
OwnMembersGets a collection of XPMemberInfo objects that provide metadata information on all the members owned by the class.
PersistentBaseClassGets the information about the nearest persistent parent class in the inheritance hierarchy.
PersistentPropertiesGets the collection of persistent properties and fields owned by the current persistent class metadata information.
TableGets the DBTable object which the public properties and public fields are saved in.
TableMapTypeGets a value that specifies which table persistent properties and fields are saved to.
TableNameGets the name of the table in the data layer in which the object’s data is stored.
TrackPropertiesModificationsSpecifies whether or not the persistent object properties modifications are tracked.

See Also

XPClassInfo Class

XPClassInfo Members

DevExpress.Xpo.Metadata Namespace