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.
Constructor Attributes | Constructor Name and Description |
---|---|
LABKEY.Exp.DataClass(config)
DataClass represents a set of ExpData objects that share a set of properties.
|
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.