RawDataSet Class: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
Line 23: Line 23:
{| {{APITable}}
{| {{APITable}}
|-
|-
| style="width: 150px;"|ExtractedBy||The display name of the database user who extracted the data set. '''String'''.  
| style="width: 150px;"|ExtractedBy||Gets or sets the display name of the database user who brought the data collection into the SDW. '''String'''.  
|-
|-
|ExtractedDate||The date when the data set was extracted. '''Date'''.
|ExtractedDate||Gets or sets the date when the data collection was brought into the SDW. '''Date'''.
|-
|-
|ExtractedName||The name of the SDW data collection. '''String'''.  
|ExtractedName||Gets or sets the name of the data collection. '''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 15:16, 9 October 2015

APIWiki.png


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
ExtractedBy Gets or sets the display name of the database user who brought the data collection into the SDW. String.
ExtractedDate Gets or sets the date when the data collection was brought into the SDW. Date.
ExtractedName Gets or sets the name of the data collection. String.
ExtractedType Gets or sets a value from the RawDataSetType enumeration, which specifies whether the data set is for use with Weibull++ or RGA.
SourceID Gets or sets the numeric ID of the data set. Integer.