UtilIdElementsOld 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
UtilIdElementsOld() | |
UtilIdElementsOld(Int32) | |
UtilIdElementsOld(ICursor) |
UtilIdElementsOld()
public:
UtilIdElementsOld();
public UtilIdElementsOld ();
Public Sub New ()
Applies to
UtilIdElementsOld(Int32)
public:
UtilIdElementsOld(int num1);
public UtilIdElementsOld (int num1);
new Dynamics.AX.Application.UtilIdElementsOld : int -> Dynamics.AX.Application.UtilIdElementsOld
Public Sub New (num1 As Integer)
Parameters
- num1
- Int32
Applies to
UtilIdElementsOld(ICursor)
public:
UtilIdElementsOld(Microsoft::Dynamics::AX::DataAccess::Kernel::ICursor ^ ptr1);
public UtilIdElementsOld (Microsoft.Dynamics.AX.DataAccess.Kernel.ICursor ptr1);
new Dynamics.AX.Application.UtilIdElementsOld : Microsoft.Dynamics.AX.DataAccess.Kernel.ICursor -> Dynamics.AX.Application.UtilIdElementsOld
Public Sub New (ptr1 As ICursor)
Parameters
- ptr1
- Microsoft.Dynamics.AX.DataAccess.Kernel.ICursor