UserSearchFacetCollection 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.
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
- Attributes
Constructors
UserSearchFacetCollection() |
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>) |