Class SortField

The SortField class is a data structure representing a field upon which a set of data may be sorted.

Inheritance
System.Object
SortField
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.Common
Assembly: EPiServer.Social.Common.dll
Version: 1.5.4
Syntax
public class SortField

Constructors

SortField(FieldExpression)

Constructor

Declaration
public SortField(FieldExpression field)
Parameters
Type Name Description
FieldExpression field

Expression representing the field on which to sort

Properties

Field

Gets the name of this field.

Declaration
public FieldExpression Field { get; }
Property Value
Type Description
FieldExpression
arrow_upward