ReflectionFieldInfo(XPClassInfo, FieldInfo, XPMemberInfo) Constructor
Initializes a new instance of the ReflectionFieldInfo class.
Namespace: DevExpress.Xpo.Metadata
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
Parameters
Name | Type | Description |
---|---|---|
owner | XPClassInfo | An XPClassInfo descendant which will own the created instance. This value is assigned to the XPMemberInfo.Owner property. |
fieldInfo | FieldInfo | A FieldInfo object which provides access to field metadata. |
valueParent | XPMemberInfo | An XPMemberInfo object which represents the value parent. |
Remarks
This member supports the .NET Framework infrastructure and cannot be used directly from your code.
See Also