Class FlowVariable
Inheritance
System.Object
FlowVariable
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
Assembly: Simplic.Flow.dll
Syntax
public class FlowVariable
Properties
| Improve this Doc View SourceName
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Type
Declaration
public Type Type { get; set; }
Property Value
Type | Description |
---|---|
System.Type |
Value
Declaration
public object Value { get; set; }
Property Value
Type | Description |
---|---|
System.Object |