The AnswerController type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AddAnswer |
Adds a single Answer record.
| |
| DeleteAnswer |
Permanently removes an Answer record.
| |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetAnswer |
Retrieves a single Answer instance (one row of data).
| |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetPollAnswers |
Retrieves a collection of User Incidents.
| |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) | |
| UpdateAnswer |
Updates a single Answer record.
|