Class RatingStatisticsSortFields

The RatingStatisticsSortFields class exposes the fields of the Rating statistics model which are available for application in defining sorting rules for rating statistics result sets within the Social platform.

Inheritance
System.Object
RatingStatisticsSortFields
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Social.Ratings.Core
Assembly: EPiServer.Social.Ratings.Core.dll
Version: 1.5.4
Syntax
public class RatingStatisticsSortFields

Constructors

RatingStatisticsSortFields()

Declaration
public RatingStatisticsSortFields()

Properties

Mean

Gets the SortField representing the Mean field of the RatingStatistics data model.

Declaration
public static SortField Mean { get; }
Property Value
Type Description
SortField

Sum

Gets the SortField representing the Sum field of the RatingStatistics data model.

Declaration
public static SortField Sum { get; }
Property Value
Type Description
SortField

Target

Gets the SortField representing the Target field of the RatingStatistics data model.

Declaration
public static SortField Target { get; }
Property Value
Type Description
SortField

TotalCount

Gets the SortField representing the TotalCount field of the RatingStatistics data model.

Declaration
public static SortField TotalCount { get; }
Property Value
Type Description
SortField
arrow_upward