RawDataSet Class: Difference between revisions
Jump to navigation
Jump to search
Kate Racaza (talk | contribs) No edit summary |
Kate Racaza (talk | contribs) |
||
Line 27: | Line 27: | ||
|ExtractedDate||The date when the data set was extracted. '''Date'''. | |ExtractedDate||The date when the data set was extracted. '''Date'''. | ||
|- | |- | ||
|ExtractedBy||The name of the | |ExtractedBy||The display name of the database user who extracted the data set. '''String'''. | ||
|- | |- | ||
|ExtractedType||Gets or sets a value from the '''[[RawDataSetType Enumeration|RawDataSetType]]''' enumeration, which specifies whether the data set is for use with Weibull++ or RGA. | |ExtractedType||Gets or sets a value from the '''[[RawDataSetType Enumeration|RawDataSetType]]''' enumeration, which specifies whether the data set is for use with Weibull++ or RGA. | ||
|} | |} |
Revision as of 19:06, 31 August 2015
Member of: SynthesisAPI
Represents a Synthesis Data Warehouse (SDW) data collection.
Constructor
Name | Description |
---|---|
RawDataSet | Creates an instance of the RawDataSet class. |
Methods
Name | Description |
---|---|
AddDataRow | Adds a new RawData object, which represents a data point, to the SDW data collection. |
Clear | Clears all data points saved in the RawDataSet object. |
Properties
Name | Description |
---|---|
ExtractedName | The name of the SDW data collection. String. |
ExtractedDate | The date when the data set was extracted. Date. |
ExtractedBy | The display name of the database user who extracted the data set. String. |
ExtractedType | Gets or sets a value from the RawDataSetType enumeration, which specifies whether the data set is for use with Weibull++ or RGA. |