Class Flow
Inheritance
System.Object
Flow
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 Flow
Properties
| Improve this Doc View SourceId
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Nodes
Declaration
public IList<BaseNode> Nodes { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<BaseNode> |
Variables
Declaration
public IList<FlowVariable> Variables { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<FlowVariable> |
Methods
| Improve this Doc View SourceCreateNode<T>()
Declaration
public T CreateNode<T>()
where T : BaseNode, new()
Returns
Type | Description |
---|---|
T |
Type Parameters
Name | Description |
---|---|
T |