Interface ITextClause
An interface for a date time calculations clause
Namespace: Dapplo.Confluence.Query
Assembly: Dapplo.Confluence.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 |