Class ControlledTerm
Inherited Members
Namespace: JoshAaronMiller.INaturalist
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public class ControlledTerm : JsonObject<ControlledTerm>
Fields
id
Declaration
public int id
Field Value
Type | Description |
---|---|
Int32 |
is_value
Declaration
public bool is_value
Field Value
Type | Description |
---|---|
Boolean |
multivalued
Declaration
public bool multivalued
Field Value
Type | Description |
---|---|
Boolean |
ontology_uri
Declaration
public string ontology_uri
Field Value
Type | Description |
---|---|
String |
uuid
Declaration
public string uuid
Field Value
Type | Description |
---|---|
String |
values
Declaration
public List<ControlledTermValue> values
Field Value
Type | Description |
---|---|
List<ControlledTermValue> |