DictType Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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