Show / Hide Table of Contents

Class ContextValue

Inheritance
System.Object
ContextValue
Namespace: Albatross.Expression
Assembly: Albatross.Expression.dll
Syntax
public class ContextValue

Constructors

ContextValue()

Declaration
public ContextValue()

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
Type Description
ContextType

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
Type Description
IToken

Value

Declaration
public object Value { get; set; }
Property Value
Type Description
System.Object

Extension Methods

Extensions.ConvertToBoolean(Object)
Back to top Generated by DocFX