UserParam Type
Represents a structured value, annotated by a user defined name
Constructors
Constructor | Description |
|
|
Full Usage:
UserParam(name, pv, attributes)
Parameters:
string
pv : ParamValue
attributes : IParam seq
Returns: UserParam
|
|
Full Usage:
UserParam(name, paramValue, attributes)
Parameters:
string
paramValue : ParamValue
attributes : IDictionary<string, IParam>
Returns: UserParam
|
|
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:
UserParam.mapValue f up
Parameters:
ParamValue -> ParamValue
up : UserParam
Returns: CvParam
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
UserParam.tryGetCvUnitTermAccession up
Parameters:
UserParam
Returns: string option
|
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
UserParam.tryMapValue f up
Parameters:
ParamValue -> ParamValue option
up : UserParam
Returns: UserParam option
|
|