docs.unity3d.com
    Show / Hide Table of Contents

    Class HashsetSearchCriteria<U>

    Inheritance
    Object
    SearchCriteria<HashSet<U>>
    CollectionSearchCriteria<U, HashSet<U>>
    HashsetSearchCriteria<U>
    Inherited Members
    CollectionSearchCriteria<U, HashSet<U>>.Include(U[])
    CollectionSearchCriteria<U, HashSet<U>>.Include(ICollection<U>)
    CollectionSearchCriteria<U, HashSet<U>>.Exclude(U[])
    CollectionSearchCriteria<U, HashSet<U>>.Exclude(ICollection<U>)
    CollectionSearchCriteria<U, HashSet<U>>.ForAny(U[])
    CollectionSearchCriteria<U, HashSet<U>>.ForAny(ICollection<U>)
    CollectionSearchCriteria<U, HashSet<U>>.IsValidType(Object)
    CollectionSearchCriteria<U, HashSet<U>>.IsValueEmpty(HashSet<U>)
    CollectionSearchCriteria<U, HashSet<U>>.TransformValue(HashSet<U>)
    CollectionSearchCriteria<U, HashSet<U>>.SatisfiesMatch(Object)
    CollectionSearchCriteria<U, HashSet<U>>.SatisfiesAny(Object)
    SearchCriteria<HashSet<U>>.ISearchCriteria.SearchKey
    SearchCriteria<HashSet<U>>.ISearchCriteria.SearchFieldType
    SearchCriteria<HashSet<U>>.ISearchCriteria.TryGetIncluded(Object)
    SearchCriteria<HashSet<U>>.ISearchCriteria.TryGetExcluded(Object)
    SearchCriteria<HashSet<U>>.ISearchCriteria.TryGetAny(Object)
    SearchCriteria<HashSet<U>>.ISearchCriteria.Include(Object)
    SearchCriteria<HashSet<U>>.ISearchCriteria.Include(Dictionary<String, Object>, String)
    SearchCriteria<HashSet<U>>.ISearchCriteria.Exclude(Object)
    SearchCriteria<HashSet<U>>.ISearchCriteria.Exclude(Dictionary<String, Object>, String)
    SearchCriteria<HashSet<U>>.ISearchCriteria.ForAny(Object)
    SearchCriteria<HashSet<U>>.ISearchCriteria.ForAny(Dictionary<String, Object>, String)
    SearchCriteria<HashSet<U>>.ISearchCriteria.IsMatch(Object)
    SearchCriteria<HashSet<U>>.ISearchCriteria.IsAny(Object)
    SearchCriteria<HashSet<U>>.ISearchCriteria.IsEmpty()
    SearchCriteria<HashSet<U>>.Clear()
    SearchCriteria<HashSet<U>>.Include(HashSet<U>)
    SearchCriteria<HashSet<U>>.Exclude(HashSet<U>)
    SearchCriteria<HashSet<U>>.ForAny(HashSet<U>)
    SearchCriteria<HashSet<U>>.IsValidType(Object)
    SearchCriteria<HashSet<U>>.IsValueEmpty(HashSet<U>)
    SearchCriteria<HashSet<U>>.TransformValue(HashSet<U>)
    SearchCriteria<HashSet<U>>.SatisfiesMatch(Object)
    SearchCriteria<HashSet<U>>.SatisfiesAny(Object)
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Unity.Cloud.Assets
    Syntax
    public sealed class HashsetSearchCriteria<U> : CollectionSearchCriteria<U, HashSet<U>>, ISearchCriteria<HashSet<U>>, ISearchCriteria
    Type Parameters
    Name Description
    U

    Methods

    TransformValue(Object)

    Declaration
    protected override HashSet<U> TransformValue(object value)
    Parameters
    Type Name Description
    Object value
    Returns
    Type Description
    HashSet<U>
    Overrides
    Unity.Cloud.Assets.SearchCriteria<System.Collections.Generic.HashSet<U>>.TransformValue(System.Object)
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023