Class SetFlowGraphVariable
Sets the value of a graph variable.
Inheritance
SetFlowGraphVariable
  Inherited Members
Namespace: Ludiq.Bolt
Syntax
public sealed class SetFlowGraphVariable : FlowGraphVariableUnit, IUnit, IGraphElementWithDebugData, IGraphElement, IGraphChild, IObservableDisposable, IDisposable, INotifiedCollectionChild<IGraph>, ICollectionChild<IGraph>, IPrewarmable, IIdentifiable, INotifyPropertyChanged, ISerializationCallbackReceiver
  Constructors
SetFlowGraphVariable()
Declaration
public SetFlowGraphVariable()
  SetFlowGraphVariable(FlowGraphVariable)
Declaration
public SetFlowGraphVariable(FlowGraphVariable variable)
  Parameters
| Type | Name | Description | 
|---|---|---|
| FlowGraphVariable | variable | 
Properties
assign
The entry point to assign the variable.
Declaration
[DoNotSerialize]
[UnitPortDisplay(showLabel = false, primary = true, showDocumentation = false)]
public ControlInput assign { get; set; }
  Property Value
| Type | Description | 
|---|---|
| ControlInput | 
assigned
The action to execute once the variable has been assigned.
Declaration
[DoNotSerialize]
[UnitPortDisplay(showLabel = false, primary = true, showDocumentation = false)]
public ControlOutput assigned { get; set; }
  Property Value
| Type | Description | 
|---|---|
| ControlOutput | 
input
The value to assign to the variable.
Declaration
[DoNotSerialize]
[UnitPortDisplay("New Value", showLabel = false)]
public ValueInput input { get; }
  Property Value
| Type | Description | 
|---|---|
| ValueInput | 
output
The value assigned to the variable.
Declaration
[DoNotSerialize]
[UnitPortDisplay("Value", showLabel = false)]
public ValueOutput output { get; }
  Property Value
| Type | Description | 
|---|---|
| ValueOutput | 
Methods
Definition()
Declaration
protected override void Definition()