Table of Contents

Class GlobalVariables

Namespace
Ceres.Graph
Assembly
Ceres.Graph.dll

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

sharedVariables List<SharedVariable>

GlobalVariables(List<SharedVariable>, IVariableScope)

public GlobalVariables(List<SharedVariable> sharedVariables, IVariableScope parentScope)

Parameters

sharedVariables List<SharedVariable>
parentScope IVariableScope

Properties

Instance

public static GlobalVariables Instance { get; }

Property Value

GlobalVariables

SharedVariables

public List<SharedVariable> SharedVariables { get; }

Property Value

List<SharedVariable>

Methods

Dispose()

public void Dispose()