Class FieldSwitch
Represents a fields switch.
Inheritance
System.Object
FieldSwitch
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.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 argument.
Declaration
public FieldArgument Argument { get; set; }
Property Value
FieldArgument
The argument. |
SwitchValue
Gets the switch key.
Declaration
public string SwitchValue { get; }
Property Value
System.String
The switch key. |