AverageRatingField members

Represents a field that contains the average rating.

The AverageRatingField type exposes the following members.

Constructors

  Name Description
Public method AverageRatingField(SPFieldCollection, String) Initializes a new instance of the AverageRatingField class based on the specified field collection and field name.
Public method 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
Public property FieldRenderingControl Gets the AverageRatingFieldControl used to render the AverageRatingField. (Overrides SPFieldNumber.FieldRenderingControl.)
Public property FieldRenderingMobileControl Gets the MobileAverageRatingField control that is used to render the AverageRatingField. (Overrides SPFieldNumber.FieldRenderingMobileControl.)

Top

Methods

  Name Description
Public method 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).)
Public method GetValidatedString Returns the serialized, validated string representation of the value parameter. (Overrides SPField.GetValidatedString(Object).)

Top

See also

Reference

AverageRatingField class

Microsoft.SharePoint.Portal.WebControls namespace