DictType Constructors

Definition

Overloads

DictType()
DictType(Int32)
DictType(IntPtr)

DictType()

protected:
 DictType();
protected DictType ();
Protected Sub New ()

Applies to

DictType(Int32)

public:
 DictType(int typeId);
public DictType (int typeId);
new Microsoft.Dynamics.Ax.Xpp.DictType : int -> Microsoft.Dynamics.Ax.Xpp.DictType
Public Sub New (typeId As Integer)

Parameters

typeId
Int32

Applies to

DictType(IntPtr)

public:
 DictType(IntPtr kernelClass);
public DictType (IntPtr kernelClass);
new Microsoft.Dynamics.Ax.Xpp.DictType : nativeint -> Microsoft.Dynamics.Ax.Xpp.DictType
Public Sub New (kernelClass As IntPtr)

Parameters

kernelClass
IntPtr

nativeint

Applies to