TrueFalseValue Members

The TrueFalseValue type exposes the following members.
Constructors

  NameDescription
Public methodTrueFalseValue(Nullable Boolean )
TrueFalseValue constructor
Public methodTrueFalseValue(Nullable Boolean , Boolean)
TrueFalseValue constructor
Back to Top
Methods

  NameDescription
Public methodEquals
Determines if two values are equal.
(Overrides OnlineValueType Equals(Object).)
Public methodGetHashCode
Gets a hash code for the value.
(Overrides OnlineValueType GetHashCode .)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodGetTypeCode
Gets the type of value.
Public methodToBoolean
Converts the value to a boolean
Public methodToByte
Converts the value to a byte.
Public methodToChar
Converts the value to a char.
Public methodToDateTime
Converts the value to a DateTime.
Public methodToDecimal
Converts the value to a decimal.
Public methodToDouble
Converts the value to a double.
Public methodToInt16
Converts the value to a 16-bit (short) integer.
Public methodToInt32
Converts the value to a 32-bit integer.
Public methodToInt64
Converts the value to a 64-bit integer.
Public methodToSByte
Converts the value to an sbyte.
Public methodToSingle
Converts the value to a float.
Public methodToString 
Convert to string.
(Overrides OnlineValueType ToString .)
Public methodToString(IFormatProvider)
Converts the value to a string.
Public methodToType
Converts the value to the specified type.
Public methodToUInt16
Converts the value to ushort.
Public methodToUInt32
Converts the value to a uint.
Public methodToUInt64
Converts the value to a ulong.
Public methodWriteXml
Writes the XML representation of the answer.
Back to Top
Operators

  NameDescription
Public operatorStatic member (Boolean to TrueFalseValue)
TrueFalseValue operator
Back to Top
Fields

  NameDescription
Public fieldStatic memberFalse
Static (shared) instance of the False value.
Public fieldStatic memberTrue
Static (shared) instance of the True value.
Public fieldStatic memberUnanswered
Static (shared) instance of an unanswered TrueFalseValue.
Public fieldStatic memberUnansweredLocked
Static (shared) instance of an unanswered TrueFalseValue that would be protected from unintentional modification in the interview UI.
Back to Top
Properties

  NameDescription
Public propertyIsAnswered
Indicates if the value is answered.
Public propertyType
Indicates the value type.
Public propertyUserModifiable
Indicates whether the value should be modifiable by an end user in the interview UI (default is true).
Public propertyValue
Indicates the value.
Back to Top
See Also