Class AssociationSortFields
The AssociationSortFields class exposes the fields of the Association model which are available for application in defining sorting rules for association result sets within the Social platform.
Inheritance
System.Object
AssociationSortFields
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.Groups.Core
Assembly: EPiServer.Social.Groups.Core.dll
Version: 1.5.4Syntax
public class AssociationSortFields
Constructors
AssociationSortFields()
Declaration
public AssociationSortFields()
Properties
Group
Gets the association Group sort field.
Declaration
public static SortField Group { get; }
Property Value
| Type | Description |
|---|---|
| SortField |
Id
Gets the association Id sort field.
Declaration
public static SortField Id { get; }
Property Value
| Type | Description |
|---|---|
| SortField |
Resource
Gets the association Resource sort field.
Declaration
public static SortField Resource { get; }
Property Value
| Type | Description |
|---|---|
| SortField |