Class FieldSwitch
Represents a switch (modifier) within a field code, identified by its key and optional argument value.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Flow.Model.Fields.FieldCode
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public class FieldSwitch
Constructors
FieldSwitch(String)
Initializes a new instance of the FieldSwitch class.
Declaration
public FieldSwitch(string switchValue)
Parameters
|
System.String
switchValue
The switch key. |
Properties
Argument
Gets or sets the optional argument value that follows this switch in the field code.
Declaration
public FieldArgument Argument { get; set; }
Property Value
|
FieldArgument
The argument. |
SwitchValue
Gets the switch identifier (typically a single character or short string) from the field code.
Declaration
public string SwitchValue { get; }
Property Value
|
System.String
The switch key. |