SPFieldRatingScaleValue Members
Include Protected Members
Include Inherited Members
Contains the value for an SPFieldRatingScale object.
The SPFieldRatingScaleValue type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPFieldRatingScaleValue() | Initializes a new instance of the SPFieldRatingScaleValue class. | |
SPFieldRatingScaleValue(String) | Initializes a new instance of the SPFieldRatingScaleValue class that is based on the specified field value. |
Top
Properties
Name | Description | |
---|---|---|
Count | Gets the number of questions that have been answered in the rating scale. | |
Item | Gets the subordinate question and response of a user at the specified index in the collection of subordinate questions of the rating scale. |
Top
Methods
Name | Description | |
---|---|---|
Add | Adds a value to a specified subordinate question in the survey rating scale. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | Returns a string that contains the questions and answers of a user in a single survey response. (Overrides Object.ToString().) |
Top