Search Results for

    Show / Hide Table of Contents

    Enum Operator

    Defines the valid operators that can be applied to a key-value pair.

    Namespace: Glitch9.AIDevKit.Google
    Assembly: Glitch9.AIDevKit.Provider.Google.dll
    Syntax
    public enum Operator

    Fields

    Name Description
    Equal
    Excludes

    Supported by string only when CustomMetadata value type for the given key has a stringListValue.

    Greater

    Supported by numeric.

    GreaterEqual

    Supported by numeric.

    Includes

    Supported by string only when CustomMetadata value type for the given key has a stringListValue.

    Less

    Supported by numeric.

    LessEqual

    Supported by numeric.

    NotEqual
    Unspecified

    The default value. This value is unused.

    Extension Methods

    TrTaskExtensions.TrDeferred<Operator>(Operator, Action<TrStringTask>)
    TrTaskExtensions.Tr<Operator>(Operator)
    EnumExtensions.HasAnyFlag<Operator>(Operator, Operator?)
    EnumExtensions.ToFlagList<Operator>(Operator)
    EnumExtensions.ToFlagSet<Operator>(Operator)
    EnumExtensions.ToJoinedString<Operator>(Operator, char, char)
    EnumExtensions.ToLowerInvariantString<Operator>(Operator)
    EventExtensions.ToDelta<Operator>(Operator, string, int, string, bool)
    EventExtensions.ToDone<Operator>(Operator, string, int, string)
    EventExtensions.ToEvent<Operator>(Operator)
    EventExtensions.UpcastDelta<Operator, T2>(Operator, string, int, string, bool)
    ExperimentalAttributeExtensions.IsExperimental<Operator>(Operator)
    FallbackExtensions.IsOr<Operator, TChild>(Operator, TChild)
    ResponseCastingExtensions.GetResult<Operator>(Operator)
    LogMessageExtensions.GetDisplayedMessage<Operator>(Operator)
    LogMessageExtensions.GetLogMessage<Operator>(Operator)
    SystemExtensions.GetHashCodeOrDefault<Operator>(Operator)
    RESTEnum.GetRESTEnum(Enum)
    InspectorNameUtils.GetInspectorName(Enum, string)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation