Skip to main content

ReflectionFieldInfo(XPClassInfo, FieldInfo, XPMemberInfo) Constructor

Initializes a new instance of the ReflectionFieldInfo class.

Namespace: DevExpress.Xpo.Metadata

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public ReflectionFieldInfo(
    XPClassInfo owner,
    FieldInfo fieldInfo,
    XPMemberInfo valueParent
)

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