Class SimpleValueClause
A clause for simple values like container, macro and label
Inheritance
System.Object
SimpleValueClause
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 SimpleValueClause : ISimpleValueClause
Properties
| Improve this Doc View SourceNot
Declaration
public ISimpleValueClause Not { get; }
Property Value
Type | Description |
---|---|
ISimpleValueClause |
Implements
Methods
| Improve this Doc View SourceIn(String[])
Declaration
public IFinalClause In(params string[] values)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | values |
Returns
Type | Description |
---|---|
IFinalClause |
Implements
| Improve this Doc View SourceIs(String)
Declaration
public IFinalClause Is(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
Type | Description |
---|---|
IFinalClause |