Class GlobalVariables
Global variables are variables managed by a variable scope and any graph initialized in this scope will map global variable IsGlobal to it
public class GlobalVariables : IVariableSource, IDisposable
- Inheritance
-
GlobalVariables
- Implements
- Inherited Members
- Extension Methods
Constructors
GlobalVariables(List<SharedVariable>)
public GlobalVariables(List<SharedVariable> sharedVariables)
Parameters
sharedVariablesList<SharedVariable>
GlobalVariables(List<SharedVariable>, IVariableScope)
public GlobalVariables(List<SharedVariable> sharedVariables, IVariableScope parentScope)
Parameters
sharedVariablesList<SharedVariable>parentScopeIVariableScope
Properties
Instance
public static GlobalVariables Instance { get; }
Property Value
SharedVariables
public List<SharedVariable> SharedVariables { get; }
Property Value
Methods
Dispose()
public void Dispose()