CvObject<'T> Type
Represents a generic object, annotated with a controlled vocabulary term
Constructors
Constructor | Description |
Full Usage:
CvObject(term, object, attributes)
Parameters:
CvTerm
object : 'T
attributes : Dictionary<string, IParam>
Returns: CvObject<'T>
|
|
Full Usage:
CvObject(cvAccession, cvName, cvRef, object, attributes)
Parameters:
string
cvName : string
cvRef : string
object : 'T
attributes : Dictionary<string, IParam>
Returns: CvObject<'T>
|
|
Instance members
Instance member | Description |
Full Usage:
this.Object
Returns: 'T
|
|