Interface ITitleClause
Interface for the CQL title clauses
Assembly: Dapplo.Confluence.dll
Syntax
public interface ITitleClause
Properties
|
Improve this Doc
View Source
Not
Declaration
ITitleClause Not { get; }
Property Value
Methods
|
Improve this Doc
View Source
Contains(String)
This allows fluent constructs like Text.Contains(customernumber)
Declaration
IFinalClause Contains(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
|
Improve this Doc
View Source
In(String[])
This allows fluent constructs like Title.In("DEV", "PRODUCTION")
Declaration
IFinalClause In(params string[] values)
Parameters
Type |
Name |
Description |
System.String[] |
values |
|
Returns
|
Improve this Doc
View Source
Is(String)
This allows fluent constructs like Title.Is("DEV")
Declaration
IFinalClause Is(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns