Class FlowVariableConfiguration
Represents a flow variable
Inheritance
System.Object
FlowVariableConfiguration
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: Simplic.Flow.Configuration
Assembly: Simplic.Flow.Configuration.dll
Syntax
public class FlowVariableConfiguration
Properties
| Improve this Doc View SourceName
Gets or sets the name of the variable
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Type
Gets or sets the type of the variable
Declaration
public Type Type { get; set; }
Property Value
Type | Description |
---|---|
System.Type |
Value
Gets or sets the value of the variable
Declaration
public object Value { get; set; }
Property Value
Type | Description |
---|---|
System.Object |