XPDataObjectClassInfo Constructors
This member supports the .NET Framework infrastructure and cannot be used directly from your code.Name | Parameters | Description |
---|---|---|
XPDataObjectClassInfo(XPClassInfo, String, Attribute[]) | baseClass, className, attributes | Initializes a new instance of the XPDataObjectClassInfo class. |
XPDataObjectClassInfo(XPDictionary, XPClassInfo, String, Attribute[]) | dictionary, baseClass, className, attributes | Initializes a new instance of the XPDataObjectClassInfo class. |
XPDataObjectClassInfo(XPDictionary, String, Attribute[]) | dictionary, className, attributes | Initializes a new instance of the XPDataObjectClassInfo class. |
XPDataObjectClassInfo(XPDictionary, XmlNode) | dictionary, node | Initializes a new instance of the XPDataObjectClassInfo class. |
See Also