EyeAuras Docs EyeAuras Docs
EyeAuras Docs EyeAuras Docs
DocFX + Singulink = ♥

Search Results for

    Enum TextEvaluatorType

    Enumerates different types of text evaluators that can be used in a text evaluation process.

    Namespace: PoeShared.Evaluators
    Assembly: PoeShared.dll
    Syntax
    public enum TextEvaluatorType

    Fields

    Name Description
    Lambda

    Represents a Lambda expression evaluator.

    Regex

    Represents a regular expression evaluator.

    Text

    Represents a basic text comparison evaluator.

    Extension Methods

    EnumExtensions.GetUniqueFlags<TextEvaluatorType>(TextEvaluatorType)
    EnumExtensions.RemoveFlag<TextEvaluatorType>(TextEvaluatorType, TextEvaluatorType)
    EnumExtensions.RemoveFlag<TextEvaluatorType>(TextEvaluatorType, params TextEvaluatorType[])
    ObjectExtensions.AddTo<TextEvaluatorType, TCollection>(TextEvaluatorType, ISourceList<TCollection>)
    ObjectExtensions.AddTo<TextEvaluatorType, TCollection>(TextEvaluatorType, ICollection<TCollection>)
    ObjectExtensions.CloneJson<TextEvaluatorType>(TextEvaluatorType)
    ObjectExtensions.CopyPropertiesTo<TextEvaluatorType, TTarget>(TextEvaluatorType, TTarget)
    ObjectExtensions.DumpToTextRaw<TextEvaluatorType>(TextEvaluatorType)
    ObjectExtensions.DumpToText<TextEvaluatorType>(TextEvaluatorType)
    ObjectExtensions.Dump<TextEvaluatorType>(TextEvaluatorType)
    ObjectExtensions.GetPropertyAccessor<TextEvaluatorType, TValue>(TextEvaluatorType, Expression<Func<TextEvaluatorType, TValue>>)
    ObjectExtensions.InsertTo<TextEvaluatorType, TCollection>(TextEvaluatorType, IList<TCollection>, int)
    ObjectExtensions.ToJson<TextEvaluatorType>(TextEvaluatorType)
    ObjectExtensions.ToStringSafe<TextEvaluatorType>(TextEvaluatorType)
    ObjectExtensions.TransferPropertiesTo<TextEvaluatorType, TTarget>(TextEvaluatorType, TTarget, params string[])
    XDocumentExtensions.AddTo<TextEvaluatorType>(TextEvaluatorType, XContainer)
    ObjectExtensions.GetPropertyAccessor<TValue>(object, string)
    ObjectReflectionExtensions.GetPropertyTypeOrDefault(object, string)
    ObjectReflectionExtensions.GetPropertyValue<T>(object, string)
    ObjectReflectionExtensions.SetPropertyValue<T>(object, string, T)
    © Xab3r. All rights reserved.