OrganizationRequestCollection Class

Definition

Contains a collection of organization requests.

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

Constructors

OrganizationRequestCollection()

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