Click or drag to resize

VContext Class

[Missing <summary> documentation for "T:RCS.Carbon.Variables.VContext"]

Inheritance Hierarchy
SystemObject
  MContext
    JContext
      RCS.Carbon.VariablesVContext
        RCS.Carbon.TablesXContext

Namespace: RCS.Carbon.Variables
Assembly: RCS.Carbon.Variables (in RCS.Carbon.Variables.dll) Version: 9.0.12
Syntax
C#
public class VContext : JContext

The VContext type exposes the following members.

Constructors
 NameDescription
Public methodVContextInitializes a new instance of the VContext class
Top
Methods
 NameDescription
Public methodLoadVarTree Internal API -- Loads a named variable tree into the job context.
Public methodSaveVarTree Internal API -- Saves the variable tree possibly under another name.
Public methodSetTreeNames Set name for vartree so GenNode funcs can load before transforming. Overridden in XContext to set AxisTree name as well. If it is a new name then the tree is cleared to provoke a load later
Public methodVarInfo Return information about a variable
Public methodVarTreeAsNodes Return axis tree as GenNodes. Confirm loaded first.
Top
See Also