Share via


FormDataSource.__object_IntImpl__ Method

Definition

Overloads

__object_IntImpl__(Int32)
__object_IntImpl__(Int32, Int32)

__object_IntImpl__(Int32)

public:
 Dynamics::AX::Application::FormDataObject ^ __object_IntImpl__(int num1);
public Dynamics.AX.Application.FormDataObject __object_IntImpl__ (int num1);
member this.__object_IntImpl__ : int -> Dynamics.AX.Application.FormDataObject
Public Function __object_IntImpl__ (num1 As Integer) As FormDataObject

Parameters

num1
Int32

Returns

Applies to

__object_IntImpl__(Int32, Int32)

public:
 Dynamics::AX::Application::FormDataObject ^ __object_IntImpl__(int _fieldId, int _arrayIndex);
public Dynamics.AX.Application.FormDataObject __object_IntImpl__ (int _fieldId, int _arrayIndex);
member this.__object_IntImpl__ : int * int -> Dynamics.AX.Application.FormDataObject
Public Function __object_IntImpl__ (_fieldId As Integer, _arrayIndex As Integer) As FormDataObject

Parameters

_fieldId
Int32
_arrayIndex
Int32

Returns

Applies to