Home SortBuilderExtensions Class
Post
Cancel

SortBuilderExtensions Class

Definition

Namespace: EntityDb.Common.Extensions
Assembly: EntityDb.Common

Extensions for sort builders.

1
public static class SortBuilderExtensions

Inheritance: Object

Methods

Reverse(IAgentSignatureSortBuilder<TSort>) Returns a IAgentSignatureSortBuilder<TSort> that orders agentSignatures in the reverse order of another IAgentSignatureSortBuilder<TSort>.
Reverse(ICommandSortBuilder<TSort>) Returns a ICommandSortBuilder<TSort> that orders commands in the reverse order of another ICommandSortBuilder<TSort>.
Reverse(ILeaseSortBuilder<TSort>) Returns a ILeaseSortBuilder<TSort> that orders leases in the reverse order of another ILeaseSortBuilder<TSort>.
Reverse(ITagSortBuilder<TSort>) Returns a ITagSortBuilder<TSort> that orders tags in the reverse order of another ITagSortBuilder<TSort>.
This post is licensed under CC BY 4.0 by the author.