New to Telerik Document ProcessingStart a free 30-day trial

Abstract base for fields that evaluate comparison expressions with left and right operands and comparison operators.

Definition

Namespace:Telerik.Windows.Documents.Flow.Model.Fields

Assembly:Telerik.Windows.Documents.Flow.dll

Syntax:

C#
public abstract class ComparisonFieldBase : Field

Inheritance: objectFieldComparisonFieldBase

Derived Classes: CompareFieldIfField

Inherited Members Field.EncodeParameter(string)Field.GetFormattedDate(DateTime)Field.IsSwitchWithArgumentOverride(string)Field.DateTimeFormattingField.NumericFormattingField.GeneralFormattingsField.Document...

Constructors

Initializes a new instance of the ComparisonFieldBase class for the specified document.

C#
protected ComparisonFieldBase(RadFlowDocument document)
Parameters:documentRadFlowDocument

The document.