BuildMaster SDK Reference
Version:

TextExpression Class

Represents a literal string of text.

Inheritance Hierarchy

Syntax

public class TextExpression : ExpressionBase, IEquatable<TextExpression>

Constructors

Name Description
TextExpression(string text)

Initializes a new instance of the TextExpression class.

Properties

Name Description
Text

Gets the text.

Methods

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