Back to Devexpress

XPObjectType Constructors

xpo-devexpress-dot-xpo-dot-xpobjecttype-dot-ctor.md

latest1.3 KB
Original Source

XPObjectType Constructors

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

NameParametersDescription
XPObjectType(XPDictionary, String, String)dictionary, assemblyName, typeNameInitializes a new instance of the XPObjectType class with the specified dictionary and type-specific settings.
XPObjectType(Session, String, String)session, assemblyName, typeNameInitializes a new instance of the XPObjectType class with the specified session and type-specific settings.
XPObjectType(Session)sessionInitializes a new instance of the XPObjectType class with the specified session.

See Also

XPObjectType Class

XPObjectType Members

DevExpress.Xpo Namespace