BuildMaster SDK Reference
Version:
TextExpression Class
Represents a literal string of text.
Syntax
public
class
TextExpression : ExpressionBase, IEquatable<TextExpression>
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.
|