Class TextClause
A clause for simple values like ancestor, Id, label, space and more
Inheritance
System.Object
TextClause
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 TextClause : ITextClause
Properties
| Improve this Doc View SourceNot
Declaration
public ITextClause Not { get; }
Property Value
Type | Description |
---|---|
ITextClause |
Implements
Methods
| Improve this Doc View SourceContains(String)
Declaration
public IFinalClause Contains(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
Type | Description |
---|---|
IFinalClause |