Property | Type | Description | |
---|---|---|---|
APart | String | ||
BPart | String | ||
BlobStartDate | System.DateTime | ||
CPart | String | ||
Checksum | byte[] | ||
CompressionCode | int | ||
EPart | String | ||
Id | int | ||
IsDetailed | System.Boolean | ||
IsPattern | System.Boolean | ||
MultiplicationFactor | Double | ||
Name | String | ||
TimeSeriesType | String | ||
TimeStepQuantity | short | ||
TimeStepUnit | TSDateCalculator.TimeStepUnitCode | ||
TraceList | List |
||
Units | String | ||
UnprocessedElements | String |
Method | Description | |
---|---|---|
AddUnprocessedElement ( String s ) : void |
This method adds a string to the UnprocessedElements string. The UnprocessedElements string stores XML elements that TimeSeriesLibrary does not recognize, so that the calling process can parse and process these elements.
|
|
GetTraceNumber ( |
||
RecordFromTS ( TS ts ) : void |
This method copies into this TSImport object: the parameters of the time series the checksum for the entire time series the ID of the database record for the time series.
|
|
RecordFromTSParameters ( |
This method copies the parameters of a time series from a TSParameters object into this TSImport object.
|
|
SetAPart ( |
||
SetBPart ( |
||
SetCPart ( |
||
SetEPart ( |
||
SetMultiplicationFactor ( |
||
SetTimeSeriesType ( |
||
SetUnits ( |
||
TSImport ( System.Boolean isDetailed ) : System |
Class constructor for TSImport class.
|
Method | Description | |
---|---|---|
SetDetailFieldDouble ( Double &x, |
||
SetDetailFieldInt ( int &i, |
||
SetDetailFieldString ( String &s, |
public AddUnprocessedElement ( String s ) : void | ||
s | String | The string that is to be added to the UnprocessedElements string. /// The given string should include the enclosing XML tags. |
return | void |
public GetTraceNumber ( |
||
xmlReader | ||
return | int |
public RecordFromTSParameters ( |
||
tsp | The TSParameters object that values will be copied from | |
return | void |
public SetAPart ( |
||
xmlReader | ||
return | void |
public SetBPart ( |
||
xmlReader | ||
return | void |
public SetCPart ( |
||
xmlReader | ||
return | void |
public SetEPart ( |
||
xmlReader | ||
return | void |
public SetMultiplicationFactor ( |
||
xmlReader | ||
return | void |
public SetTimeSeriesType ( |
||
xmlReader | ||
return | void |
public SetUnits ( |
||
xmlReader | ||
return | void |
public TSImport ( System.Boolean isDetailed ) : System | ||
isDetailed | System.Boolean | /// This value indicates whether the TSImport object records certain elements /// from an XML file to dedicated fields within the TSImport object, or to the /// UnprocessedElements string field of the TSImport object. It also determines /// whether the TSImport object records the BLOB of timeseries data. /// /// If true, then XML elements such as "Apart" are recorded to their own fields, /// and the BLOB is recorded in the BlobData field. /// /// If false, then XML elements such as "Apart" are recorded to the /// UnprocessedElements field, and the BLOB is not recorded in this object. /// |
return | System |
public TSDateCalculator.TimeStepUnitCode TimeStepUnit | ||
return | TSDateCalculator.TimeStepUnitCode |