BuildMaster SDK Reference
Version:

LegacyVariableOrFunctionExpression Class

Represents a legacy variable or a parameterless function legacy alias.

Inheritance Hierarchy

Syntax

public class LegacyVariableOrFunctionExpression : ExpressionBase, IEquatable<LegacyVariableOrFunctionExpression>

Constructors

Name Description
LegacyVariableOrFunctionExpression(string variableOrFunctionName)

Initializes a new instance of the LegacyVariableOrFunctionExpression class.

Properties

Name Description
VariableOrFunctionName

Gets the name of the variable or function alias.

Methods

Name Description
Equals(LegacyVariableOrFunctionExpression other)

Indicates whether the current object is equal to another object of the same type.

Equals(object obj)

Determines whether the specified System.Object is equal to this instance.

GetHashCode

Returns a hash code for this instance.

ToString

Returns a System.String that represents this instance.