Class Index | File Index

Classes


Class LABKEY.Exp.DataClass


Extends LABKEY.Exp.ExpObject.
DataClass describes a collection of Data objects. This class defines the set of fields that you you wish to attach to all datas in the group. Within the DataClass, each Data has a unique name.
Defined in: Experiment.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
DataClass represents a set of ExpData objects that share a set of properties.
Config Summary
Config Attributes Config Name and Description
 
Description of the DataClass.
 
Optional name expression used to generate unique names for ExpData inserted into the DataClass.
 
The optional SampleSet the DataClass is associated with.
 
The row id of the SampleSet.
 
The name of the SampleSet.
Class Detail
LABKEY.Exp.DataClass(config)
DataClass represents a set of ExpData objects that share a set of properties.
Parameters:
config
Config Detail
{String} config.description
Description of the DataClass.

{String} config.nameExpression
Optional name expression used to generate unique names for ExpData inserted into the DataClass.

{Object} config.sampleSet
The optional SampleSet the DataClass is associated with. With the following properties:

{Integer} config.sampleSet.id
The row id of the SampleSet.

{String} config.sampleSet.name
The name of the SampleSet.

Documentation generated by JsDoc Toolkit 2.3.2 on Thu Jun 11 2020 17:30:56 GMT-0000 (UTC)