BusinessEntityChangesCollection Constructor (IList<IChangedItem>)
Applies To: Dynamics CRM 2015
Initializes a new instance of the BusinessEntityChangesCollection class.
Namespace: Microsoft.Xrm.Sdk
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
public BusinessEntityChangesCollection(
IList<IChangedItem> list
)
public:
BusinessEntityChangesCollection(
IList<IChangedItem^>^ list
)
new :
list:IList<IChangedItem> -> BusinessEntityChangesCollection
Public Sub New (
list As IList(Of IChangedItem)
)
Parameters
list
Type: System.Collections.Generic.IList<IChangedItem>Specifies the collection of entity changes.
See Also
BusinessEntityChangesCollection Overload
BusinessEntityChangesCollection Class
Microsoft.Xrm.Sdk Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright