Class ComparisonFieldBase
Abstract base for fields that evaluate comparison expressions with left and right operands and comparison operators.
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: Telerik.Windows.Documents.Flow.Model.Fields
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public abstract class ComparisonFieldBase : Field
Constructors
ComparisonFieldBase(RadFlowDocument)
Initializes a new instance of the ComparisonFieldBase class for the specified document.
Declaration
protected ComparisonFieldBase(RadFlowDocument document)
Parameters
|
RadFlowDocument
document
The document. |