Table of Contents

Class GlobalVariables

Namespace
Ceres.Graph
Assembly
cs.temp.dll.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
object
GlobalVariables
Implements
IDisposable
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()

Constructors

GlobalVariables(List<SharedVariable>, IVariableScope)

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

Parameters

sharedVariables List<SharedVariable>
parentScope IVariableScope

GlobalVariables(List<SharedVariable>)

public GlobalVariables(List<SharedVariable> sharedVariables)

Parameters

sharedVariables List<SharedVariable>

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()