QuickFindConfigurationCollection Class

Definition

For internal use only.

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

Constructors

QuickFindConfigurationCollection()

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