Skip to main content
.NET 6.0+

XPObjectType(Session, String, String) Constructor

Initializes a new instance of the XPObjectType class with the specified session and type-specific settings.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public XPObjectType(
    Session session,
    string assemblyName,
    string typeName
)

Parameters

Name Type Description
session Session

A Session object.

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