BuildMaster SDK Reference
Version:

VariableExpressionTree Class

Represents a parsed string that can contain variables.

Inheritance Hierarchy

  • object
    • Inedo.BuildMaster.Extensibility.Variables.VariableExpressionTree

Syntax

public class VariableExpressionTree

Properties

Name Description
RootExpressions

Gets the root expressions.

Methods

Name Description
Evaluate(ILegacyVariableEvaluationContext context)

Evaluates the expression tree and returns the result.

FormatVariableName(string variableName, string variableSupportCode)

Returns a minimally-escaped formatted variable name.

Parse(string text, string variableSupportCode)

Parses a string into an expression tree.