Interface ISimpleValueClause
An interface for a date time calculations clause
Assembly: Dapplo.Confluence.dll
Syntax
public interface ISimpleValueClause
Properties
|
Improve this Doc
View Source
Not
Declaration
ISimpleValueClause Not { get; }
Property Value
Methods
|
Improve this Doc
View Source
In(String[])
This allows fluent constructs like Space.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 Space.Is("DEV")
Declaration
IFinalClause Is(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns