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.Name | Parameters | Description |
---|---|---|
XPObjectType(XPDictionary, String, String) | dictionary, assemblyName, typeName | Initializes a new instance of the XPObjectType class with the specified dictionary and type-specific settings. |
XPObjectType(Session, String, String) | session, assemblyName, typeName | Initializes a new instance of the XPObjectType class with the specified session and type-specific settings. |
XPObjectType(Session) | session | Initializes a new instance of the XPObjectType class with the specified session. |
See Also