CvParam Type
Represents a structured value, annotated with a controlled vocabulary term Attributes can be used to further describe the CvParam
Constructors
Constructor | Description |
|
|
|
|
Full Usage:
CvParam(term, pv, attributes)
Parameters:
CvTerm
pv : ParamValue
attributes : IParam seq
Returns: CvParam
|
|
Full Usage:
CvParam(id, name, ref, v)
Parameters:
string
name : string
ref : string
v : IConvertible
Returns: CvParam
|
|
Full Usage:
CvParam(id, name, ref, pv)
Parameters:
string
name : string
ref : string
pv : ParamValue
Returns: CvParam
|
|
Full Usage:
CvParam(id, name, ref, pv, attributes)
Parameters:
string
name : string
ref : string
pv : ParamValue
attributes : IParam seq
Returns: CvParam
|
|
Full Usage:
CvParam(cvAccession, cvName, cvRef, paramValue, attributes)
Parameters:
string
cvName : string
cvRef : string
paramValue : ParamValue
attributes : IDictionary<string, IParam>
Returns: CvParam
|
|
Instance members
Instance member | Description |
Full Usage:
this.Accession
Returns: string
|
|
Full Usage:
this.DisplayText
Returns: string
|
|
Full Usage:
this.HasAttributes
Returns: bool
|
|
Full Usage:
this.Name
Returns: string
|
|
Full Usage:
this.RefUri
Returns: string
|
|
|
|
|
|
Static members
Static member | Description |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
CvParam.mapValue f cvp
Parameters:
ParamValue -> ParamValue
cvp : CvParam
Returns: CvParam
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
CvParam.tryMapValue f cvp
Parameters:
ParamValue -> ParamValue option
cvp : CvParam
Returns: CvParam option
|
|