MultipleChoiceValue Members

The MultipleChoiceValue type exposes the following members.
Constructors

  NameDescription
Public methodMultipleChoiceValue(String)
MultipleChoiceValue constructor
Public methodMultipleChoiceValue( String )
MultipleChoiceValue constructor
Public methodMultipleChoiceValue(String, Boolean)
MultipleChoiceValue constructor
Public methodMultipleChoiceValue( String , Boolean)
MultipleChoiceValue constructor
Back to Top
Methods

  NameDescription
Public methodEquals
Equals description
(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 (TextValue to MultipleChoiceValue)
MultipleChoiceValue summary
Back to Top
Fields

  NameDescription
Public fieldStatic memberNoneOfTheAbove
A string which represents the "None of the Above" option in a Multiple Choice variable.
Public fieldStatic memberUnanswered
Static (shared) instance of an unanswered MultipleChoiceValue.
Public fieldStatic memberUnansweredLocked
Static (shared) instance of an unanswered MultipleChoiceValue that would be protected from unintentional modification in the interview UI.
Back to Top
Properties

  NameDescription
Public propertyChoices
An array of choices selected from the Multiple Choice variable.
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