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