Skip to main content
.NET Framework 4.6.2+

XPObjectType(XPDictionary, String, String) Constructor

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

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v24.2.dll

NuGet Package: DevExpress.Xpo

#Declaration

public XPObjectType(
    XPDictionary dictionary,
    string assemblyName,
    string typeName
)

#Parameters

Name Type Description
dictionary XPDictionary

An XPDictionary descendant that provides metadata information.

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