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