XPDataObjectMemberInfo(XPClassInfo, XmlNode) Constructor
Initializes a new instance of the XPDataObjectMemberInfo class.
Namespace: DevExpress.Xpo.Metadata
Assembly: DevExpress.Xpo.v25.1.dll
NuGet Package: DevExpress.Xpo
Declaration
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