Class Field
Filter information
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.Entities
Assembly:Dapplo.Jira.dll
Syntax
[JsonObject]
public class Field : BaseProperties<string>
Properties
| Improve this Doc View SourceClauseNames
Aliases in where clauses
Declaration
[JsonProperty(PropertyName = "clauseNames")]
public IList<string> ClauseNames { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.String> |
IsCustom
Is this field a custom field?
Declaration
[JsonProperty(PropertyName = "custom")]
public bool IsCustom { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsNavigable
Is this field navigable?
Declaration
[JsonProperty(PropertyName = "navigable")]
public bool IsNavigable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOrderable
Is this field orderable?
Declaration
[JsonProperty(PropertyName = "orderable")]
public bool IsOrderable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsSearchable
Is this field searchable?
Declaration
[JsonProperty(PropertyName = "searchable")]
public bool IsSearchable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Name
Name of the field
Declaration
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Schema
Schema for the field
Declaration
[JsonProperty(PropertyName = "schema")]
public Schema Schema { get; set; }
Property Value
Type | Description |
---|---|
Schema |