Home IAgentSignatureSortBuilder<TSort> Interface
Post
Cancel

IAgentSignatureSortBuilder<TSort> Interface

Definition

Namespace: EntityDb.Abstractions.Queries.SortBuilders
Assembly: EntityDb.Abstractions

Builds a TSort for a agentSignature query.

1
public interface IAgentSignatureSortBuilder<TSort> : EntityDb.Abstractions.Queries.SortBuilders.ISortBuilder<TSort>

Type Parameters

TSort
The type of sort used by the repository.

Methods

EntityIds(Boolean) Returns a TSort that orders agentSignatures by entity ids.
AgentSignatureType(Boolean) Returns a TSort that orders agentSignatures by type.
This post is licensed under CC BY 4.0 by the author.