Class Field
- Namespace
- MES.MQC.DataSourceLibrary.Adapters.Apis.Jira.Response
- Assembly
- MES.MQC.DataSourceLibrary.dll
- Inheritance
-
Field
- Inherited Members
-
Properties
AllowedValues
public Field.FieldAllowedValues[] AllowedValues { get; set; }
Property Value
- FieldAllowedValues[]
AutoCompleteUrl
public string AutoCompleteUrl { get; set; }
Property Value
- string
FieldId
public string FieldId { get; set; }
Property Value
- string
HasDefaultValue
public bool HasDefaultValue { get; set; }
Property Value
- bool
IsArrayType
public bool IsArrayType { get; }
Property Value
- bool
IsDateTimeType
public bool IsDateTimeType { get; }
Property Value
- bool
IsNumberType
public bool IsNumberType { get; }
Property Value
- bool
IsStringType
public bool IsStringType { get; }
Property Value
- bool
Key
public string Key { get; set; }
Property Value
- string
Name
public string Name { get; set; }
Property Value
- string
Operations
public string[] Operations { get; set; }
Property Value
- string[]
Required
public bool Required { get; set; }
Property Value
- bool
Schema
public Field.FieldSchema Schema { get; set; }
Property Value
- Field.FieldSchema