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.v25.1.dll
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