Share via


RecordInsertList Constructors

Definition

Overloads

RecordInsertList()
RecordInsertList(Int32)
RecordInsertList(IntPtr)
RecordInsertList(Int32, Boolean)
RecordInsertList(Int32, Boolean, Boolean)
RecordInsertList(Int32, Boolean, Boolean, Boolean)
RecordInsertList(Int32, Boolean, Boolean, Boolean, Boolean)
RecordInsertList(Int32, Boolean, Boolean, Boolean, Boolean, Boolean)
RecordInsertList(Int32, Boolean, Boolean, Boolean, Boolean, Boolean, Common)

RecordInsertList()

public:
 RecordInsertList();
public RecordInsertList ();
Public Sub New ()

Applies to

RecordInsertList(Int32)

public:
 RecordInsertList(int num1);
public RecordInsertList (int num1);
new Dynamics.AX.Application.RecordInsertList : int -> Dynamics.AX.Application.RecordInsertList
Public Sub New (num1 As Integer)

Parameters

num1
Int32

Applies to

RecordInsertList(IntPtr)

public:
 RecordInsertList(IntPtr ptr1);
public RecordInsertList (IntPtr ptr1);
new Dynamics.AX.Application.RecordInsertList : nativeint -> Dynamics.AX.Application.RecordInsertList
Public Sub New (ptr1 As IntPtr)

Parameters

ptr1
IntPtr

nativeint

Applies to

RecordInsertList(Int32, Boolean)

public:
 RecordInsertList(int num1, bool flag1);
public RecordInsertList (int num1, bool flag1);
new Dynamics.AX.Application.RecordInsertList : int * bool -> Dynamics.AX.Application.RecordInsertList
Public Sub New (num1 As Integer, flag1 As Boolean)

Parameters

num1
Int32
flag1
Boolean

Applies to

RecordInsertList(Int32, Boolean, Boolean)

public:
 RecordInsertList(int num1, bool flag1, bool flag2);
public RecordInsertList (int num1, bool flag1, bool flag2);
new Dynamics.AX.Application.RecordInsertList : int * bool * bool -> Dynamics.AX.Application.RecordInsertList
Public Sub New (num1 As Integer, flag1 As Boolean, flag2 As Boolean)

Parameters

num1
Int32
flag1
Boolean
flag2
Boolean

Applies to

RecordInsertList(Int32, Boolean, Boolean, Boolean)

public:
 RecordInsertList(int num1, bool flag1, bool flag2, bool flag3);
public RecordInsertList (int num1, bool flag1, bool flag2, bool flag3);
new Dynamics.AX.Application.RecordInsertList : int * bool * bool * bool -> Dynamics.AX.Application.RecordInsertList
Public Sub New (num1 As Integer, flag1 As Boolean, flag2 As Boolean, flag3 As Boolean)

Parameters

num1
Int32
flag1
Boolean
flag2
Boolean
flag3
Boolean

Applies to

RecordInsertList(Int32, Boolean, Boolean, Boolean, Boolean)

public:
 RecordInsertList(int num1, bool flag1, bool flag2, bool flag3, bool flag4);
public RecordInsertList (int num1, bool flag1, bool flag2, bool flag3, bool flag4);
new Dynamics.AX.Application.RecordInsertList : int * bool * bool * bool * bool -> Dynamics.AX.Application.RecordInsertList
Public Sub New (num1 As Integer, flag1 As Boolean, flag2 As Boolean, flag3 As Boolean, flag4 As Boolean)

Parameters

num1
Int32
flag1
Boolean
flag2
Boolean
flag3
Boolean
flag4
Boolean

Applies to

RecordInsertList(Int32, Boolean, Boolean, Boolean, Boolean, Boolean)

public:
 RecordInsertList(int num1, bool flag1, bool flag2, bool flag3, bool flag4, bool flag5);
public RecordInsertList (int num1, bool flag1, bool flag2, bool flag3, bool flag4, bool flag5);
new Dynamics.AX.Application.RecordInsertList : int * bool * bool * bool * bool * bool -> Dynamics.AX.Application.RecordInsertList
Public Sub New (num1 As Integer, flag1 As Boolean, flag2 As Boolean, flag3 As Boolean, flag4 As Boolean, flag5 As Boolean)

Parameters

num1
Int32
flag1
Boolean
flag2
Boolean
flag3
Boolean
flag4
Boolean
flag5
Boolean

Applies to

RecordInsertList(Int32, Boolean, Boolean, Boolean, Boolean, Boolean, Common)

public:
 RecordInsertList(int num1, bool flag1, bool flag2, bool flag3, bool flag4, bool flag5, Microsoft::Dynamics::Ax::Xpp::Common ^ common1);
public RecordInsertList (int num1, bool flag1, bool flag2, bool flag3, bool flag4, bool flag5, Microsoft.Dynamics.Ax.Xpp.Common common1);
new Dynamics.AX.Application.RecordInsertList : int * bool * bool * bool * bool * bool * Microsoft.Dynamics.Ax.Xpp.Common -> Dynamics.AX.Application.RecordInsertList
Public Sub New (num1 As Integer, flag1 As Boolean, flag2 As Boolean, flag3 As Boolean, flag4 As Boolean, flag5 As Boolean, common1 As Common)

Parameters

num1
Int32
flag1
Boolean
flag2
Boolean
flag3
Boolean
flag4
Boolean
flag5
Boolean
common1
Common

Applies to