DictRelation.newmethod Method
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
newmethod(Int32) |
Initializes a new instance of the Object class. |
newmethod(Int32, UtilElementType) | |
newmethod(Int32, UtilElementType, Int32) |
newmethod(Int32)
Initializes a new instance of the Object class.
public:
void newmethod(int num1);
public void newmethod (int num1);
override this.newmethod : int -> unit
Public Sub newmethod (num1 As Integer)
Parameters
- num1
- Int32
Applies to
newmethod(Int32, UtilElementType)
public:
void newmethod(int num1, Dynamics::AX::Application::UtilElementType type1);
public void newmethod (int num1, Dynamics.AX.Application.UtilElementType type1);
override this.newmethod : int * Dynamics.AX.Application.UtilElementType -> unit
Public Sub newmethod (num1 As Integer, type1 As UtilElementType)
Parameters
- num1
- Int32
- type1
- UtilElementType
Applies to
newmethod(Int32, UtilElementType, Int32)
public:
void newmethod(int _id, Dynamics::AX::Application::UtilElementType _Util_Element_Type, int _index);
public void newmethod (int _id, Dynamics.AX.Application.UtilElementType _Util_Element_Type, int _index);
override this.newmethod : int * Dynamics.AX.Application.UtilElementType * int -> unit
Public Sub newmethod (_id As Integer, _Util_Element_Type As UtilElementType, _index As Integer)
Parameters
- _id
- Int32
The relation index; optional. The default value is 1.
- _Util_Element_Type
- UtilElementType
- _index
- Int32
The relation index; optional. The default value is 1.