Search Results for

    Show / Hide Table of Contents

    Class ComposedExpression

    Inheritance
    System.Object
    FilterExpression
    ComposedExpression
    Inherited Members
    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 class ComposedExpression : FilterExpression

    Constructors

    ComposedExpression(FilterExpression, ComposedExpression.Operator, FilterExpression)

    Declaration
    public ComposedExpression(FilterExpression leftOperand, ComposedExpression.Operator op, FilterExpression rightOperand)
    Parameters
    Type Name Description
    FilterExpression leftOperand
    ComposedExpression.Operator op
    FilterExpression rightOperand

    Properties

    LeftOperand

    Declaration
    public FilterExpression LeftOperand { get; set; }
    Property Value
    Type Description
    FilterExpression

    Op

    Declaration
    public ComposedExpression.Operator Op { get; set; }
    Property Value
    Type Description
    ComposedExpression.Operator

    RightOperand

    Declaration
    public FilterExpression RightOperand { get; set; }
    Property Value
    Type Description
    FilterExpression

    Methods

    Evaluate(ITypedKeyValueContainer)

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

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.Object.ToString()

    Validate(IFieldDefinitions, Boolean)

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

    On this page

    • Constructors
      • ComposedExpression(FilterExpression, ComposedExpression.Operator, FilterExpression)
    • Properties
      • LeftOperand
      • Op
      • RightOperand
    • Methods
      • Evaluate(ITypedKeyValueContainer)
      • ToString()
      • Validate(IFieldDefinitions, Boolean)
    Back to top Generated by DocFX