Skip to main content

ReflectionClassInfo(Type, XPDictionary) Constructor

Initializes a new instance of the ReflectionClassInfo object with the specified ReflectionClassInfo.ClassType and XPClassInfo.Dictionary property.

Namespace: DevExpress.Xpo.Metadata

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public ReflectionClassInfo(
    Type classType,
    XPDictionary dictionary
)

Parameters

Name Type Description
classType Type

A Type of the described class. This value is assigned to the ReflectionClassInfo.ClassType property.

dictionary XPDictionary

An XPDictionary object which contains the new ReflectionClassInfo object. This value is assigned to the XPClassInfo.Dictionary property.

See Also