BuildMaster SDK Reference
Version:

VariableOrFunctionExpression Class

Represents a variable or a parameterless function.

Inheritance Hierarchy

Syntax

public class VariableOrFunctionExpression : ExpressionBase, IEquatable<VariableOrFunctionExpression>

Constructors

Name Description
VariableOrFunctionExpression(string variableOrFunctionName)

Initializes a new instance of the VariableOrFunctionExpression class.

Properties

Name Description
VariableOrFunctionName

Gets the name of the variable or function.

Methods

Name Description
Equals(VariableOrFunctionExpression 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.