SubscriptionDeletedEntitiesData Class

Definition

public ref class SubscriptionDeletedEntitiesData sealed : Microsoft::Xrm::Sdk::DataCollection<Microsoft::Xrm::Sdk::SubscriptionDeletedEntityData ^>
public sealed class SubscriptionDeletedEntitiesData : Microsoft.Xrm.Sdk.DataCollection<Microsoft.Xrm.Sdk.SubscriptionDeletedEntityData>
type SubscriptionDeletedEntitiesData = class
    inherit DataCollection<SubscriptionDeletedEntityData>
Public NotInheritable Class SubscriptionDeletedEntitiesData
Inherits DataCollection(Of SubscriptionDeletedEntityData)
Inheritance
SubscriptionDeletedEntitiesData

Constructors

SubscriptionDeletedEntitiesData()

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