IValue Members

The IValue type exposes the following members.
Methods

  NameDescription
Public methodOnlineGetTypeCode
Returns the OnlineTypeCode for this instance.
(Inherited from OnlineIConvertible.)
Public methodOnlineToBoolean
Converts the value of this instance to an equivalent Boolean value using the specified culture-specific formatting information.
(Inherited from OnlineIConvertible.)
Public methodOnlineToByte
Converts the value of this instance to an equivalent 8-bit unsigned integer using the specified culture-specific formatting information.
(Inherited from OnlineIConvertible.)
Public methodOnlineToChar
Converts the value of this instance to an equivalent Unicode character using the specified culture-specific formatting information.
(Inherited from OnlineIConvertible.)
Public methodOnlineToDateTime
Converts the value of this instance to an equivalent OnlineDateTime using the specified culture-specific formatting information.
(Inherited from OnlineIConvertible.)
Public methodOnlineToDecimal
Converts the value of this instance to an equivalent OnlineDecimal number using the specified culture-specific formatting information.
(Inherited from OnlineIConvertible.)
Public methodOnlineToDouble
Converts the value of this instance to an equivalent double-precision floating-point number using the specified culture-specific formatting information.
(Inherited from OnlineIConvertible.)
Public methodOnlineToInt16
Converts the value of this instance to an equivalent 16-bit signed integer using the specified culture-specific formatting information.
(Inherited from OnlineIConvertible.)
Public methodOnlineToInt32
Converts the value of this instance to an equivalent 32-bit signed integer using the specified culture-specific formatting information.
(Inherited from OnlineIConvertible.)
Public methodOnlineToInt64
Converts the value of this instance to an equivalent 64-bit signed integer using the specified culture-specific formatting information.
(Inherited from OnlineIConvertible.)
Public methodOnlineToSByte
Converts the value of this instance to an equivalent 8-bit signed integer using the specified culture-specific formatting information.
(Inherited from OnlineIConvertible.)
Public methodOnlineToSingle
Converts the value of this instance to an equivalent single-precision floating-point number using the specified culture-specific formatting information.
(Inherited from OnlineIConvertible.)
Public methodOnlineToString
Converts the value of this instance to an equivalent OnlineString using the specified culture-specific formatting information.
(Inherited from OnlineIConvertible.)
Public methodOnlineToType
Converts the value of this instance to an OnlineObject of the specified OnlineType that has an equivalent value, using the specified culture-specific formatting information.
(Inherited from OnlineIConvertible.)
Public methodOnlineToUInt16
Converts the value of this instance to an equivalent 16-bit unsigned integer using the specified culture-specific formatting information.
(Inherited from OnlineIConvertible.)
Public methodOnlineToUInt32
Converts the value of this instance to an equivalent 32-bit unsigned integer using the specified culture-specific formatting information.
(Inherited from OnlineIConvertible.)
Public methodOnlineToUInt64
Converts the value of this instance to an equivalent 64-bit unsigned integer using the specified culture-specific formatting information.
(Inherited from OnlineIConvertible.)
Public methodWriteXml
Writes the value to XML.
Back to Top
Properties

  NameDescription
Public propertyIsAnswered
Indicates if the value is answered or not.
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).
Back to Top
See Also