Skip to main content

ReflectionPropertyInfo(XPClassInfo, PropertyInfo, XPMemberInfo) Constructor

Initializes a new instance of the ReflectionPropertyInfo class.

Namespace: DevExpress.Xpo.Metadata

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public ReflectionPropertyInfo(
    XPClassInfo owner,
    PropertyInfo propertyInfo,
    XPMemberInfo valueParent
)

Parameters

Name Type Description
owner XPClassInfo

An XPClassInfo descendant which owns a new instance of the ReflectionPropertyInfo class. This value is assigned to the XPMemberInfo.Owner property.

propertyInfo PropertyInfo

A PropertyInfo object which provides access to property 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