Search Results for

    Show / Hide Table of Contents

    Class ControlledTermValue

    Inheritance
    Object
    JsonObject<ControlledTermValue>
    ControlledTermValue
    Inherited Members
    JsonObject<ControlledTermValue>.CreateFromJson(String)
    JsonObject<ControlledTermValue>.ToJson(ControlledTermValue)
    Namespace: JoshAaronMiller.INaturalist
    Assembly: cs.temp.dll.dll
    Syntax
    [Serializable]
    public class ControlledTermValue : JsonObject<ControlledTermValue>

    Fields

    blocking

    Declaration
    public bool blocking
    Field Value
    Type Description
    Boolean

    id

    Declaration
    public int id
    Field Value
    Type Description
    Int32

    label

    Declaration
    public string label
    Field Value
    Type Description
    String

    ontology_uri

    Declaration
    public string ontology_uri
    Field Value
    Type Description
    String

    taxon_ids

    Declaration
    public List<int> taxon_ids
    Field Value
    Type Description
    List<Int32>

    uri

    Declaration
    public string uri
    Field Value
    Type Description
    String

    uuid

    Declaration
    public string uuid
    Field Value
    Type Description
    String
    In This Article
    Back to top Documentation