IndexedValue Members

The IndexedValue type exposes the following members.
Methods

  NameDescription
Public methodOnlineEquals
Indicates whether this instance and a specified object are equal.
(Inherited from OnlineValueType.)
Public methodOnlineGetHashCode
Returns the hash code for this instance.
(Inherited from OnlineValueType.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodGetValue T 
A type-specific getter to retrieve the actual value encapsulated by this Value object. Where performance is a concern and the data type of the value is known, this accessor should be used in preference to the Value property.
Public methodOnlineToString
Returns the fully qualified type name of this instance.
(Inherited from OnlineValueType.)
Back to Top
Properties

  NameDescription
Public propertyAnswer
The Answer object of which this Value is a part.
Public propertyRepeatIndices
The repeat indexes that identify this Value within the Answer object of which it is a part.
Public propertyType
The data type of this value.
Public propertyValue
A convenience accessor to set or retrieve the actual value stored in this Value object. It must be either a TextValue, NumberValue, DateValue, TrueFalseValue or MultipleChoiceValue.
Back to Top
See Also