Skip to main content
.NET 8.0+

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

void CreateObjectType(
    string assemblyName,
    string typeName
)

#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.

See Also