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.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
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