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