DictMethod 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
DictMethod() | |
DictMethod(IntPtr) | |
DictMethod(Int32, Int32, String) |
DictMethod()
protected:
DictMethod();
protected DictMethod ();
Protected Sub New ()
Applies to
DictMethod(IntPtr)
public:
DictMethod(IntPtr kernelClass);
public DictMethod (IntPtr kernelClass);
new Microsoft.Dynamics.Ax.Xpp.DictMethod : nativeint -> Microsoft.Dynamics.Ax.Xpp.DictMethod
Public Sub New (kernelClass As IntPtr)
Parameters
- kernelClass
-
IntPtr
nativeint
Applies to
DictMethod(Int32, Int32, String)
public:
DictMethod(int utilType, int id, System::String ^ name);
public DictMethod (int utilType, int id, string name);
new Microsoft.Dynamics.Ax.Xpp.DictMethod : int * int * string -> Microsoft.Dynamics.Ax.Xpp.DictMethod
Public Sub New (utilType As Integer, id As Integer, name As String)
Parameters
- utilType
- Int32
- id
- Int32
- name
- String