Search Results for

    Show / Hide Table of Contents

    Class ControlledTerm

    Inheritance
    Object
    JsonObject<ControlledTerm>
    ControlledTerm
    Inherited Members
    JsonObject<ControlledTerm>.CreateFromJson(String)
    JsonObject<ControlledTerm>.ToJson(ControlledTerm)
    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>
    In This Article
    Back to top Documentation