Skip to main content

XPDataObjectMemberInfo(XPClassInfo, XmlNode) Constructor

Initializes a new instance of the XPDataObjectMemberInfo class.

Namespace: DevExpress.Xpo.Metadata

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public XPDataObjectMemberInfo(
    XPClassInfo owner,
    XmlNode node
)

Parameters

Name Type Description
owner XPClassInfo

An XPClassInfo descendant which owns this XPDataObjectMemberInfo object. This value is assigned to the XPMemberInfo.Owner property.

node XmlNode

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

Remarks

This member supports the .NET Framework infrastructure and cannot be used directly from your code.

See Also