Skip to main content
A newer version of this page is available. .

XPDataObjectClassInfo(XPDictionary, XPClassInfo, String, Attribute[]) Constructor

Initializes a new instance of the XPDataObjectClassInfo class.

Namespace: DevExpress.Xpo.Metadata

Assembly: DevExpress.Xpo.v18.2.dll

Declaration

public XPDataObjectClassInfo(
    XPDictionary dictionary,
    XPClassInfo baseClass,
    string className,
    params Attribute[] attributes
)

Parameters

Name Type Description
dictionary XPDictionary

An XPDictionary object which contains the new XPDataObjectClassInfo object. This value is assigned to the XPClassInfo.Dictionary property.

baseClass XPClassInfo

An XPClassInfo object which provides the metadata information of the base class.

className String

The class name.

attributes Attribute[]

An array of attributes.

See Also