SerializableObjectLayer.CreateObjectType(String, String) Method
Performs object layer specific operations that are required to create an XPObjectType record.
Namespace: DevExpress.Xpo
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 |
---|---|---|
assemblyName | String | A String value which specifies the assembly name to be assigned to the XPObjectType.AssemblyName property. |
typeName | String | A String value, which specifies the type name to be assigned to the XPObjectType.TypeName property. |
Implements
See Also