XPDataObjectClassInfo(XPDictionary, String, Attribute[]) Constructor
Initializes a new instance of the XPDataObjectClassInfo class.
Namespace: DevExpress.Xpo.Metadata
Assembly: DevExpress.Xpo.v25.1.dll
NuGet Package: DevExpress.Xpo
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| dictionary | XPDictionary | An XPDictionary object which contains the new XPDataObjectClassInfo object. This value is assigned to the XPClassInfo.Dictionary property. |
| className | String | The class name. |
| attributes | Attribute[] | An array of attributes. |
See Also