Class SubscriptionSortFields
The SubscriptionSortFields class exposes the fields of the Subscription model which are available for application in defining sorting rules for subscription result sets within the Social platform.
Inheritance
System.Object
SubscriptionSortFields
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.ActivityStreams.Core
Assembly: EPiServer.Social.ActivityStreams.Core.dll
Version: 1.5.4Syntax
public class SubscriptionSortFields
Constructors
SubscriptionSortFields()
Declaration
public SubscriptionSortFields()
Properties
Created
Gets the FieldExpression representing the Created field of the Subscription data model.
Declaration
public static SortField Created { get; }
Property Value
| Type | Description |
|---|---|
| SortField |
Id
Gets the FieldExpression representing the ID field of the Subscription data model.
Declaration
public static SortField Id { get; }
Property Value
| Type | Description |
|---|---|
| SortField |
Subscriber
Gets the FieldExpression representing the Subscriber field of the Subscription data model.
Declaration
public static SortField Subscriber { get; }
Property Value
| Type | Description |
|---|---|
| SortField |
Target
Gets the FieldExpression representing the target field of the Subscription data model.
Declaration
public static SortField Target { get; }
Property Value
| Type | Description |
|---|---|
| SortField |
Type
Gets the FieldExpression representing the type field of the Subscription data model.
Declaration
public static SortField Type { get; }
Property Value
| Type | Description |
|---|---|
| SortField |