Search Results for

    Show / Hide Table of Contents

    Class FilterExpression

    Inheritance
    System.Object
    FilterExpression
    AtomicExpression
    ComposedExpression
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Sdl.LanguagePlatform.TranslationMemory
    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
    Syntax
    public abstract class FilterExpression

    Constructors

    FilterExpression()

    Declaration
    protected FilterExpression()

    Methods

    Evaluate(ITypedKeyValueContainer)

    Declaration
    public abstract bool Evaluate(ITypedKeyValueContainer values)
    Parameters
    Type Name Description
    ITypedKeyValueContainer values
    Returns
    Type Description
    System.Boolean

    Validate(IFieldDefinitions, Boolean)

    Declaration
    public abstract bool Validate(IFieldDefinitions fields, bool throwIfInvalid)
    Parameters
    Type Name Description
    IFieldDefinitions fields
    System.Boolean throwIfInvalid
    Returns
    Type Description
    System.Boolean

    On this page

    • Constructors
      • FilterExpression()
    • Methods
      • Evaluate(ITypedKeyValueContainer)
      • Validate(IFieldDefinitions, Boolean)
    Back to top Generated by DocFX