• Articles
  • Api Documentation
Show / Hide Table of Contents
  • Dapplo.Jira
    • AgileExtensions
    • AttachmentExtensions
    • FilterExtensions
    • IJiraClient
    • IssueExtensions
    • JiraClient
    • JiraConfig
    • JiraException
    • ProjectExtensions
    • ServerExtensions
    • SessionExtensions
    • TimeSpanExtensions
    • UserExtensions
    • WorkExtensions
  • Dapplo.Jira.Domains
    • IAgileDomain
    • IAttachmentDomain
    • IFilterDomain
    • IIssueDomain
    • IJiraDomain
    • IProjectDomain
    • IServerDomain
    • ISessionDomain
    • IUserDomain
    • IWorkDomain
  • Dapplo.Jira.Entities
    • AgileIssue
    • AgileIssueFields
    • AllowedValue
    • Attachment
    • AttachmentContainer<T>
    • AvatarUrls
    • BaseId<TId>
    • BaseProperties<TId>
    • Board
    • BoardConfiguration
    • Column
    • ColumnConfig
    • Comment
    • Comments
    • Component
    • ComponentDigest
    • Configuration
    • Epic
    • EpicColor
    • Error
    • EstimationCustomFieldInfo
    • EstimationFieldInfo
    • Field
    • Filter
    • Issue
    • IssueBase
    • IssueFields
    • IssueType
    • IssueWithFields<TFields>
    • LoginInfo
    • Pageable
    • PageableResult
    • PossibleField
    • Priority
    • ProgressInfo
    • Project
    • ProjectCategory
    • ProjectDigest
    • RankingCustomFieldInfo
    • Resolution
    • Results<TResultType>
    • Schema
    • Search
    • SearchResult<TIssue>
    • ServerInfo
    • SharePermission
    • Sprint
    • Status
    • StatusCategory
    • Subscription
    • Subscriptions
    • TimeTracking
    • TimeTrackingConfiguration
    • Transition
    • Transitions
    • User
    • Version
    • Visibility
    • VoteInfo
    • Watches
    • Worklog
    • Worklogs
  • Dapplo.Jira.Enums
    • AdjustEstimate
    • AvatarSizes
    • BoardTypes
  • Dapplo.Jira.Json
    • CustomDateTimeOffsetConverter
  • Dapplo.Jira.Query
    • DatetimeClause
    • Fields
    • IDatetimeClause
    • IDatetimeClauseWithoutValue
    • IFinalClause
    • IIssueClause
    • IProjectClause
    • ISimpleValueClause
    • IssueClause
    • ITextClause
    • ITypeClause
    • IUserClause
    • IVersionClause
    • Operators
    • ProjectClause
    • SimpleValueClause
    • TextClause
    • TypeClause
    • UserClause
    • VersionClause
    • Where

Interface IFinalClause

A clause which cannot be modified anymore, only ToString() makes sense

Namespace:Dapplo.Jira.Query
Assembly:Dapplo.Jira.dll
Syntax
public interface IFinalClause

Methods

| Improve this Doc View Source

OrderBy(Fields)

Specify the order by field, default field order is used, this can be called mutiple times

Declaration
IFinalClause OrderBy(Fields field)
Parameters
Type Name Description
Fields field

Field to specify what to order by

Returns
Type Description
IFinalClause

IFinalClause

| Improve this Doc View Source

OrderByAscending(Fields)

Specify the order by, ascending, this can be called mutiple times

Declaration
IFinalClause OrderByAscending(Fields field)
Parameters
Type Name Description
Fields field

Field to specify what to order by

Returns
Type Description
IFinalClause

IFinalClause

| Improve this Doc View Source

OrderByDescending(Fields)

Specify the order by, descending, this can be called mutiple times

Declaration
IFinalClause OrderByDescending(Fields field)
Parameters
Type Name Description
Fields field

Field to specify what to order by

Returns
Type Description
IFinalClause

IFinalClause

  • Improve this Doc
  • View Source
Back to top Copyright © 2017 Dapplo