Class FieldComparison
Represent field comparison part.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Flow.Model.Fields.FieldCode
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public class FieldComparison
Properties
IsLeftArgumentQuoted
Gets a value indicating that the left argument is quoted.
Declaration
public bool IsLeftArgumentQuoted { get; }
Property Value
System.Boolean
The value indicating that the left argument is quoted. |
IsRightArgumentQuoted
Gets a value indicating that the right argument is quoted.
Declaration
public bool IsRightArgumentQuoted { get; }
Property Value
System.Boolean
The value indicating that the right argument is quoted. |
LeftArgument
Gets the left.
Declaration
public string LeftArgument { get; }
Property Value
System.String
The left. |
Operator
Gets the operator.
Declaration
public string Operator { get; }
Property Value
System.String
The operator. |
RightArgument
Gets or sets the right argument.
Declaration
public string RightArgument { get; }
Property Value
System.String
The right argument. |