Class ProjectClause
A clause for searching projects belonging to a project
Inheritance
System.Object
ProjectClause
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace:Dapplo.Jira.Query
Assembly:Dapplo.Jira.dll
Syntax
public class ProjectClause : IProjectClause
Properties
|
Improve this Doc
View Source
Not
Declaration
public IProjectClause Not { get; }
Property Value
Implements
Methods
|
Improve this Doc
View Source
In(Project[])
Declaration
public IFinalClause In(params Project[] projects)
Parameters
Type |
Name |
Description |
Project[] |
projects |
|
Returns
Implements
|
Improve this Doc
View Source
In(String[])
Declaration
public IFinalClause In(params string[] projectKeys)
Parameters
Type |
Name |
Description |
System.String[] |
projectKeys |
|
Returns
Implements
|
Improve this Doc
View Source
InProjectsLeadByUser()
Declaration
public IFinalClause InProjectsLeadByUser()
Returns
Implements
|
Improve this Doc
View Source
InProjectsWhereUserHasPermission()
Declaration
public IFinalClause InProjectsWhereUserHasPermission()
Returns
Implements
|
Improve this Doc
View Source
InProjectsWhereUserHasRole()
Declaration
public IFinalClause InProjectsWhereUserHasRole()
Returns
Implements
|
Improve this Doc
View Source
Is(Project)
Declaration
public IFinalClause Is(Project project)
Parameters
Type |
Name |
Description |
Project |
project |
|
Returns
Implements
|
Improve this Doc
View Source
Is(String)
Declaration
public IFinalClause Is(string projectKey)
Parameters
Type |
Name |
Description |
System.String |
projectKey |
|
Returns
Implements