OrganizationResponseCollection Class

Definition

Contains a collection of organization responses.

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

Constructors

OrganizationResponseCollection()

Initializes a new instance of the OrganizationResponseCollection 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