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
Inheritance
object
    GlobalVariables
  Inherited Members
      object.Equals(object)
    
    
      object.Equals(object, object)
    
    
      object.GetHashCode()
    
    
      object.GetType()
    
    
      object.MemberwiseClone()
    
    
      object.ReferenceEquals(object, object)
    
    
      object.ToString()
    
  Namespace: Ceres.Graph
Assembly: cs.temp.dll.dll
Syntax
public class GlobalVariables : IVariableSource, IDisposable
  Constructors
GlobalVariables(List<SharedVariable>, IVariableScope)
Declaration
public GlobalVariables(List<SharedVariable> sharedVariables, IVariableScope parentScope)
  Parameters
| Type | Name | Description | 
|---|---|---|
| List<><SharedVariable> | sharedVariables | |
| IVariableScope | parentScope | 
GlobalVariables(List<SharedVariable>)
Declaration
public GlobalVariables(List<SharedVariable> sharedVariables)
  Parameters
| Type | Name | Description | 
|---|---|---|
| List<><SharedVariable> | sharedVariables | 
Properties
Instance
Declaration
public static GlobalVariables Instance { get; }
  Property Value
| Type | Description | 
|---|---|
| GlobalVariables | 
SharedVariables
Declaration
public List<SharedVariable> SharedVariables { get; }
  Property Value
| Type | Description | 
|---|---|
| List<><SharedVariable> | 
Methods
Dispose()
Declaration
public void Dispose()
  Implements
      IDisposable