BusinessEntityChangesCollection Class

Definition

Represents the business entity changes collection.

public ref class BusinessEntityChangesCollection sealed : Microsoft::Xrm::Sdk::DataCollection<Microsoft::Xrm::Sdk::IChangedItem ^>
[System.Runtime.Serialization.CollectionDataContract(Name="BusinessEntityChangesCollection", Namespace="http://schemas.microsoft.com/xrm/7.1/Contracts")]
public sealed class BusinessEntityChangesCollection : Microsoft.Xrm.Sdk.DataCollection<Microsoft.Xrm.Sdk.IChangedItem>
[<System.Runtime.Serialization.CollectionDataContract(Name="BusinessEntityChangesCollection", Namespace="http://schemas.microsoft.com/xrm/7.1/Contracts")>]
type BusinessEntityChangesCollection = class
    inherit DataCollection<IChangedItem>
Public NotInheritable Class BusinessEntityChangesCollection
Inherits DataCollection(Of IChangedItem)
Inheritance
BusinessEntityChangesCollection
Attributes

Constructors

BusinessEntityChangesCollection()

Initializes a new instance of the BusinessEntityChangesCollection class.

BusinessEntityChangesCollection(IList<IChangedItem>)

Initializes a new instance of the BusinessEntityChangesCollection class.

Methods

AddRange(IEnumerable<T>)

Adds the elements of the specified collection to the end of the DataCollection.

(Inherited from DataCollection<T>)
AddRange(T[])

Adds the elements of the specified collection to the end of the DataCollection<T>.

(Inherited from DataCollection<T>)
ToArray()

Copies the elements of the DataCollection<T> to a new array.

(Inherited from DataCollection<T>)

Applies to