docs.unity3d.com
    Show / Hide Table of Contents

    Interface ISearchCriteria<T>

    Inherited Members
    ISearchCriteria.SearchKey
    ISearchCriteria.SearchFieldType
    ISearchCriteria.TryGetIncluded(Object)
    ISearchCriteria.TryGetExcluded(Object)
    ISearchCriteria.TryGetAny(Object)
    ISearchCriteria.Include(Object)
    ISearchCriteria.Include(Dictionary<String, Object>, String)
    ISearchCriteria.Exclude(Object)
    ISearchCriteria.Exclude(Dictionary<String, Object>, String)
    ISearchCriteria.ForAny(Object)
    ISearchCriteria.ForAny(Dictionary<String, Object>, String)
    ISearchCriteria.IsMatch(Object)
    ISearchCriteria.IsAny(Object)
    ISearchCriteria.IsEmpty()
    ISearchCriteria.Clear()
    Namespace: Unity.Cloud.Assets
    Syntax
    public interface ISearchCriteria<in T> : ISearchCriteria
    Type Parameters
    Name Description
    T

    Methods

    Exclude(T)

    Implement this method to explicitly exclude results presenting the value in a search.

    Declaration
    void Exclude(T value)
    Parameters
    Type Name Description
    T value

    A value to exclude from a search.

    ForAny(T)

    Implement this method to include results presenting the value in a search.

    Declaration
    void ForAny(T value)
    Parameters
    Type Name Description
    T value

    An optional value for a search.

    Include(T)

    Implement this method to explicitly include results presenting the value in a search.

    Declaration
    void Include(T value)
    Parameters
    Type Name Description
    T value

    A required value for a search.

    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