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