Class ComposedExpression
Inheritance
System.Object
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()
Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
public class ComposedExpression : FilterExpression
Constructors
Declaration
public ComposedExpression(FilterExpression leftOperand, ComposedExpression.Operator op, FilterExpression rightOperand)
Parameters
Properties
Declaration
public FilterExpression LeftOperand { get; set; }
Property Value
Declaration
public ComposedExpression.Operator Op { get; set; }
Property Value
Declaration
public FilterExpression RightOperand { get; set; }
Property Value
Methods
Declaration
public override bool Evaluate(ITypedKeyValueContainer values)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Overrides
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
System.Object.ToString()
Declaration
public override bool Validate(IFieldDefinitions fields, bool throwIfInvalid)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Overrides