Skip to main content

XPDataObjectClassInfo(XPDictionary, XmlNode) Constructor

Initializes a new instance of the XPDataObjectClassInfo class.

Namespace: DevExpress.Xpo.Metadata

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public XPDataObjectClassInfo(
    XPDictionary dictionary,
    XmlNode node
)

Parameters

Name Type Description
dictionary XPDictionary

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

node XmlNode

An XmlNode object which represents a single node in the XML document.

See Also