AverageRatingField Members
Include Protected Members
Include Inherited Members
Represents a field that contains the average rating.
The AverageRatingField type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AverageRatingField(SPFieldCollection, String) | Initializes a new instance of the AverageRatingField class based on the specified field collection and field name. | |
AverageRatingField(SPFieldCollection, String, String) | Initializes a new instance of the AverageRatingField class based on the specified field collection, type name, and field name. |
Top
Properties
Name | Description | |
---|---|---|
FieldRenderingControl | Gets the AverageRatingFieldControl used to render the AverageRatingField. (Overrides SPFieldNumber.FieldRenderingControl.) | |
FieldRenderingMobileControl | Gets the MobileAverageRatingField control that is used to render the AverageRatingField. (Overrides SPFieldNumber.FieldRenderingMobileControl.) |
Top
Methods
Name | Description | |
---|---|---|
GetFieldValue | Converts the specified value into a field type value object when the field type requires a complex data type that differs from the parent field type. (Overrides SPFieldNumber.GetFieldValue(String).) | |
GetValidatedString | Returns the serialized, validated string representation of the value parameter. (Overrides SPField.GetValidatedString(Object).) |
Top