ExecuteMultipleResponseItemCollection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains a collection of ExecuteMultipleResponseItem instances.
public ref class ExecuteMultipleResponseItemCollection sealed : Microsoft::Xrm::Sdk::DataCollection<Microsoft::Xrm::Sdk::ExecuteMultipleResponseItem ^>
[System.Runtime.Serialization.CollectionDataContract(Name="OrganizationResponseCollection", Namespace="http://schemas.microsoft.com/xrm/2012/Contracts")]
public sealed class ExecuteMultipleResponseItemCollection : Microsoft.Xrm.Sdk.DataCollection<Microsoft.Xrm.Sdk.ExecuteMultipleResponseItem>
[<System.Runtime.Serialization.CollectionDataContract(Name="OrganizationResponseCollection", Namespace="http://schemas.microsoft.com/xrm/2012/Contracts")>]
type ExecuteMultipleResponseItemCollection = class
inherit DataCollection<ExecuteMultipleResponseItem>
Public NotInheritable Class ExecuteMultipleResponseItemCollection
Inherits DataCollection(Of ExecuteMultipleResponseItem)
- Inheritance
- Attributes
Constructors
ExecuteMultipleResponseItemCollection() |
Initializes a new instance of the ExecuteMultipleResponseItemCollection class. |
Methods
AddRange(IEnumerable<T>) |
Adds the elements of the specified collection to the end of the |
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>) |