BusinessEntityChangesCollection Constructors

Definition

Overloads

BusinessEntityChangesCollection()

Initializes a new instance of the BusinessEntityChangesCollection class.

BusinessEntityChangesCollection(IList<IChangedItem>)

Initializes a new instance of the BusinessEntityChangesCollection class.

BusinessEntityChangesCollection()

Initializes a new instance of the BusinessEntityChangesCollection class.

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

Applies to

BusinessEntityChangesCollection(IList<IChangedItem>)

Initializes a new instance of the BusinessEntityChangesCollection class.

public:
 BusinessEntityChangesCollection(System::Collections::Generic::IList<Microsoft::Xrm::Sdk::IChangedItem ^> ^ list);
public BusinessEntityChangesCollection (System.Collections.Generic.IList<Microsoft.Xrm.Sdk.IChangedItem> list);
new Microsoft.Xrm.Sdk.BusinessEntityChangesCollection : System.Collections.Generic.IList<Microsoft.Xrm.Sdk.IChangedItem> -> Microsoft.Xrm.Sdk.BusinessEntityChangesCollection
Public Sub New (list As IList(Of IChangedItem))

Parameters

list
IList<IChangedItem>

Specifies the collection of entity changes.

Applies to