Class IssueFilter
- Inheritance
-
IssueFilter
- Inherited Members
-
Constructors
IssueFilter()
IssueFilter(ImportFilter)
public IssueFilter(ImportFilter importFilter)
Parameters
importFilter ImportFilter
Properties
Apply
[JsonProperty("a")]
public bool Apply { get; set; }
Property Value
- bool
DateFilterType
[JsonProperty("d")]
public ImportFilterValue.ImportFilterValueDateFilterType DateFilterType { get; set; }
Property Value
- ImportFilterValue.ImportFilterValueDateFilterType
DateValue
[JsonProperty("i")]
public DateTime? DateValue { get; set; }
Property Value
- DateTime?
Field
[JsonProperty("c")]
public string Field { get; set; }
Property Value
- string
NumericValue
[JsonProperty("g")]
public double? NumericValue { get; set; }
Property Value
- double?
Operator
[JsonProperty("e")]
public ImportFilterValue.ImportFilterValueOperator Operator { get; set; }
Property Value
- ImportFilterValue.ImportFilterValueOperator
SelectedValues
[JsonProperty("h")]
public string[] SelectedValues { get; set; }
Property Value
- string[]
Target
[JsonProperty("b")]
public ImportFilter.ImportFilterTarget Target { get; set; }
Property Value
- ImportFilter.ImportFilterTarget
TextValue
[JsonProperty("f")]
public string TextValue { get; set; }
Property Value
- string