• 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 ITypeClause

The possible methods for a type clause

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

Properties

| Improve this Doc View Source

Not

Negates the expression

Declaration
ITypeClause Not { get; }
Property Value
Type Description
ITypeClause

Methods

| Improve this Doc View Source

In(IssueType[])

Test if the type of the content is one of the specified types

Declaration
IFinalClause In(params IssueType[] types)
Parameters
Type Name Description
IssueType[] types

IssueType array

Returns
Type Description
IFinalClause

IFinalClause

| Improve this Doc View Source

In(String[])

Test if the type of the content is one of the specified types

Declaration
IFinalClause In(params string[] types)
Parameters
Type Name Description
System.String[] types

Types

Returns
Type Description
IFinalClause

IFinalClause

| Improve this Doc View Source

Is(IssueType)

Test if the type of the content is the specified type

Declaration
IFinalClause Is(IssueType type)
Parameters
Type Name Description
IssueType type

IssueType

Returns
Type Description
IFinalClause

IFinalClause

| Improve this Doc View Source

Is(String)

This allows fluent constructs like Type.Is("Feature")

Declaration
IFinalClause Is(string type)
Parameters
Type Name Description
System.String type
Returns
Type Description
IFinalClause
  • Improve this Doc
  • View Source
Back to top Copyright © 2017 Dapplo