UserSearchFacetCollection Class

Definition

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

Constructors

UserSearchFacetCollection()

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