SerializableObjectLayer.CreateObjectType(String, String) Method
In This Article
Performs object layer specific operations that are required to create an XPObjectType record.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
assembly |
String | A String value which specifies the assembly name to be assigned to the XPObject |
type |
String | A String value, which specifies the type name to be assigned to the XPObject |
#Implements
See Also