RawDataSet Class: Difference between revisions
Jump to navigation
Jump to search
Kate Racaza (talk | contribs) No edit summary |
Kate Racaza (talk | contribs) No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Template:API}}{{Template: | {{Template:API}}{{Template:APIBreadcrumb}} | ||
Line 29: | Line 29: | ||
|ExtractedName||Gets or sets the name of the 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. Default value = 1 (use with Weibull++). | ||
|- | |- | ||
|SourceID||Gets or sets the numeric ID of the data set. '''Integer'''. | |SourceID||Gets or sets the numeric ID of the data set. '''Integer'''. | ||
Line 35: | Line 35: | ||
== | |||
==See Also== | |||
*[[Repository.DataWarehouse.SaveRawDataSet]] | *[[Repository.DataWarehouse.SaveRawDataSet]] |
Latest revision as of 22:21, 29 April 2016
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. Default value = 1 (use with Weibull++). |
SourceID | Gets or sets the numeric ID of the data set. Integer. |