Class ContextValue
Inheritance
System.Object
ContextValue
Assembly: Albatross.Expression.dll
Syntax
public class ContextValue
Constructors
ContextValue()
Declaration
ContextValue(String, Object)
Declaration
public ContextValue(string name, object value)
Parameters
Type |
Name |
Description |
System.String |
name |
|
System.Object |
value |
|
Properties
ContextType
Declaration
public ContextType ContextType { get; set; }
Property Value
DataType
Declaration
public Type DataType { get; set; }
Property Value
Type |
Description |
System.Type |
|
Dependees
If this context value is a variable, Dependees will contain the set of variables that it depends on
Declaration
public ISet<string> Dependees { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ISet<System.String> |
|
External
Declaration
public bool External { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Tree
Declaration
public IToken Tree { get; set; }
Property Value
Value
Declaration
public object Value { get; set; }
Property Value
Type |
Description |
System.Object |
|
Extension Methods