Interface ITextClause
An interface for a date time calculations clause
Namespace: Dapplo.Jira.Query
Assembly: Dapplo.Jira.dll
Syntax
public interface ITextClause
Properties
| Improve this Doc View SourceNot
Negates the expression
Declaration
ITextClause Not { get; }
Property Value
| Type | Description |
|---|---|
| ITextClause |
Methods
| Improve this Doc View SourceContains(String)
This allows fluent constructs like Text.Contains(customernumber)
Declaration
IFinalClause Contains(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type | Description |
|---|---|
| IFinalClause |