BusinessEntityChangesCollection 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
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.