Class Field
A base class for fields that can produce result fragment.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Flow.Model.Fields
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public abstract class Field
Constructors
Field(RadFlowDocument)
Initializes a new instance of the Field class.
Declaration
protected Field(RadFlowDocument document)
Parameters
RadFlowDocument
document
The document. |
Properties
DateTimeFormatting
Gets the date time formatting.
Declaration
public string DateTimeFormatting { get; }
Property Value
System.String
The date time formatting. |
Document
Gets the document to which this field is associated.
Declaration
public RadFlowDocument Document { get; }
Property Value
RadFlowDocument
The document. |
GeneralFormattings
Gets the general formatting collection.
Declaration
public IList<string> GeneralFormattings { get; }
Property Value
System.Collections.Generic.IList<System.String>
The general formatting collection. |
NumericFormatting
Gets the numeric formatting.
Declaration
public string NumericFormatting { get; }
Property Value
System.String
The numeric formatting. |
Methods
EncodeParameter(String)
Encodes a parameter.
Declaration
protected static string EncodeParameter(string parameter)
Parameters
System.String
parameter
The parameter. |
Returns
System.String
|
GetFormattedDate(DateTime)
Gets the formatted date.
Declaration
protected string GetFormattedDate(DateTime date)
Parameters
System.DateTime
date
The date. |
Returns
System.String
|
IsSwitchWithArgumentOverride(String)
Determines whether a switch can have an argument.
Declaration
protected virtual bool IsSwitchWithArgumentOverride(string switchKey)
Parameters
System.String
switchKey
The switch key. |
Returns
System.Boolean
True if the switch can have argument. |