Class RatingSortFields
The RatingSortFields class exposes the fields of the Rating model which are available for application in defining sorting rules for item rating result sets within the Social platform.
Inheritance
System.Object
RatingSortFields
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.4Syntax
public class RatingSortFields
Constructors
RatingSortFields()
Declaration
public RatingSortFields()
Properties
Created
Gets the SortField representing the Created field of the Rating data model.
Declaration
public static SortField Created { get; }
Property Value
| Type | Description |
|---|---|
| SortField |
Id
Gets the SortField representing the Id field of the Rating data model.
Declaration
public static SortField Id { get; }
Property Value
| Type | Description |
|---|---|
| SortField |
Modified
Gets the SortField representing the Modified field of the Rating data model.
Declaration
public static SortField Modified { get; }
Property Value
| Type | Description |
|---|---|
| SortField |
Rater
Gets the SortField representing the Rater field of the Rating data model.
Declaration
public static SortField Rater { get; }
Property Value
| Type | Description |
|---|---|
| SortField |
Target
Gets the SortField representing the Target field of the Rating data model.
Declaration
public static SortField Target { get; }
Property Value
| Type | Description |
|---|---|
| SortField |
Value
Gets the SortField representing the Value field of the Rating data model.
Declaration
public static SortField Value { get; }
Property Value
| Type | Description |
|---|---|
| SortField |