Answer ValueNode T  Members

The Answer class is an implementation of the "opaque class cluster" pattern. Callers do not create instances of Answer directly, but use AnswerCollection.CreateAnswer(). The object that is returned is actually an instance of a private subclass of Answer, but you only access it via public methods and properties of the Answer class.

The Answer ValueNode T  type exposes the following members.
Constructors

  NameDescription
Public methodAnswer ValueNode T  
ValueNode constructor
Public methodAnswer ValueNode T (T)
ValueNode constructor
Back to Top
Methods

  NameDescription
Public methodOnlineEquals(Object)
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Public methodEquals(Answer ValueNode T )
Equals description
Public methodExpand
Expand description
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodToString
Converts a value to a string.
(Overrides OnlineObject ToString .)
Public methodWriteXml
Writes the XML representation of the answer at the specified depth.
Back to Top
Properties

  NameDescription
Public propertyChildren
Children of the value.
Public propertyHasChildren
Indicates if the value has any children.
Public propertyIsAnswered
Indicates if the value is answered.
Public propertyIsUserModifiable
Indicates whether the users should be allowed to modify this value in the interview UI.
Public propertyType
Indicates the value type.
Public propertyValue
Value
Back to Top
See Also