ISerializableObjectLayer.CreateObjectType(String, String) Method
In This Article
When implemented by a class, creates 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 |
See Also