Back to Devexpress

XPObjectType Class

xpo-devexpress-dot-xpo-58fe1a42.md

latest1.4 KB
Original Source

XPObjectType Class

Provides object type information for a complex inheritance hierarchy. XPO automatically updates the information on the object types declared in your object model.

Namespace : DevExpress.Xpo

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
[Persistent]
[MemberDesignTimeVisibility(false)]
public sealed class XPObjectType :
    IXPOServiceClass
vb
<Persistent>
<MemberDesignTimeVisibility(False)>
Public NotInheritable Class XPObjectType
    Implements IXPOServiceClass

The following members return XPObjectType objects:

Inheritance

Object XPObjectType

See Also

XPObjectType Members

DevExpress.Xpo Namespace