XPObjectType(XPDictionary, String, String) Constructor
Initializes a new instance of the XPObjectType class with the specified dictionary and type-specific settings.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v25.1.dll
NuGet Package: DevExpress.Xpo
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| dictionary | XPDictionary | An XPDictionary descendant that provides metadata information. |
| assemblyName | String | A String value which specifies the assembly name. This value is assigned to the XPObjectType.AssemblyName property. |
| typeName | String | A String value which specifies the type name. This value is assigned to the XPObjectType.TypeName property. |
Remarks
This member supports the internal infrastructure and is not intended to be used directly from your code.
See Also