Class ComparisonFieldBase
A base class for fields with comparison argument.
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.
Declaration
protected ComparisonFieldBase(RadFlowDocument document)
Parameters
RadFlowDocument
document
The document. |