QuickFindResultCollection Class

Definition

For internal use only.

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

Constructors

QuickFindResultCollection()

For internal use only.

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