BuildMaster SDK Reference
Version:

YNIndicator Structure

Boolean type which is equivalent to the YNINDICATOR user defined type.

Inheritance Hierarchy

  • object
    • System.ValueType
      • Inedo.Data.YNIndicator

Syntax

public struct YNIndicator : IEquatable<YNIndicator>, IComparable<YNIndicator>, System.IComparable, System.IConvertible

Constructors

Name Description
YNIndicator(bool value)

Initializes a new instance of the YNIndicator struct.

Methods

Name Description
CompareTo(YNIndicator other)

Compares the current object with another object of the same type.

Equals(YNIndicator 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.

Parse(string s)

Parses the specified s.

ToString

Returns a System.String that represents this instance.

TryParse(string s)

Tries the parse.

Fields

Name Description
No

The No (False) value.

Yes

The Yes (True) value.