Share via


DictRelation.newmethod Method

Definition

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

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.

Applies to