Click or drag to resize

cTimeSeriesImport Class

TimeSeries import class
Inheritance Hierarchy

Namespace:  EwECore
Assembly:  EwECore (in EwECore.dll) Version: 6.6.15981.0 (6.6.15981.0)
Syntax
public class cTimeSeriesImport : cTimeSeries

The cTimeSeriesImport type exposes the following members.

Properties
  NameDescription
Public propertyCoreComponent (Inherited from cShapeData.)
Public propertyCV
Get/set the Covariance for a time series.
(Inherited from cTimeSeries.)
Public propertyDataQ
Average zstat sumof(Log(observed/predicted))/nobs Datq
(Inherited from cTimeSeries.)
Public propertyDataSS
Weighted Sum of squares for the fit of a data set to the predicted value SSPredErr
(Inherited from cTimeSeries.)
Public propertyDataType (Inherited from cShapeData.)
Public propertyDatPool
Get/set the index of the target that a time series applies to. The type of the target is implied by the type of the time series.
(Inherited from cTimeSeries.)
Public propertyDatPoolSec
Get/set the index of the secundary target that a time series applies to. The type of the target is implied by the type of the time series.
(Inherited from cTimeSeries.)
Public propertyDatVal
Get/set the annual values for a time series.
(Inherited from cTimeSeries.)
Public propertyDBID (Inherited from cShapeData.)
Public propertyeDataQ
exp(DataQ) average prediction error
(Inherited from cTimeSeries.)
Public propertyEnabled
Get/set the apply flag on the Time Series. Call cCore.UpdateTimeSeries to enable all flagged time series to the Ecosim model.
(Inherited from cTimeSeries.)
Public propertyEndEditPoint
Last X Index of the current edit block
(Inherited from cShapeData.)
Public propertyIndex
Get/set the index of the time series in a time series dataset.
(Inherited from cShapeData.)
Public propertyInterval
Get the interval for the time series.
(Inherited from cTimeSeries.)
Public propertyIsSeasonal
Get/set whether a shape is supposed to reflect a monthly pattern.
(Inherited from cShapeData.)
Public propertyMean (Inherited from cShapeData.)
Public propertyName
Get/set the name of a time series.
(Inherited from cShapeData.)
Public propertynPoints
Get the upper bound of the array.
(Inherited from cShapeData.)
Public propertyShapeData
Returns the actual shape values. Note that his method returns a copy of the original data array; making changes to the array returned here will not be reflected in the original shape.
(Inherited from cShapeData.)
Public propertyShapeDataInt32
Get/set a value in the shape for a given point.
(Inherited from cShapeData.)
Public propertyStartEditPoint
First X Index of the current edit block
(Inherited from cShapeData.)
Public propertyTimeResolution
Get/set the eTSDataSetInterval temporal resolution of a shape.
(Inherited from cShapeData.)
Public propertyTimeSeriesType
Get/set the type of a time series.
(Inherited from cTimeSeries.)
Public propertyValidationMessage
Get/set a textual message explaining the time series ValidationStatus
(Inherited from cTimeSeries.)
Public propertyValidationStatus
Get/set whether a time series can be used.
(Inherited from cTimeSeries.)
Public propertyWtType
Get/set the weight of a time series.
(Inherited from cTimeSeries.)
Public propertyXMax Obsolete.
Obsolete please use cShapeData.nPoints instead.
(Inherited from cShapeData.)
Public propertyYMax
Get the maximum value in the shape.
(Inherited from cShapeData.)
Top
Methods
  NameDescription
Public methodClear
Clear out the data for further use
(Inherited from cShapeData.)
Protected methodDispose
Destroys all data maintained by cShapeData. This will leave the
(Inherited from cShapeData.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetID (Inherited from cShapeData.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodInit(Int32) (Inherited from cShapeData.)
Protected methodInit(Single)
(Inherited from cShapeData.)
Public methodIsAbsolute (Inherited from cTimeSeries.)
Public methodIsDriver (Inherited from cTimeSeries.)
Public methodIsLockedUpdates (Inherited from cShapeData.)
Public methodIsReference
Helper method, states whether a time series is a reference series.
(Inherited from cTimeSeries.)
Public methodIsRelative (Inherited from cTimeSeries.)
Public methodLockUpdates (Inherited from cShapeData.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetValue (Inherited from cShapeData.)
Public methodSupportsNull Obsolete. (Inherited from cTimeSeries.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUnlockUpdates (Inherited from cShapeData.)
Public methodUpdate
Overridden to prevent this type of time series to interact with the EwE core.
(Overrides cTimeSeriesUpdate.)
Top
Events
  NameDescription
Public eventOnChanged (Inherited from cShapeData.)
Top
Fields
  NameDescription
Protected fieldm_bEnabled
Applied flag
(Inherited from cTimeSeries.)
Protected fieldm_core
The core a TS belongs to.
(Inherited from cTimeSeries.)
Protected fieldm_coreComponent (Inherited from cShapeData.)
Protected fieldm_datatype (Inherited from cShapeData.)
Protected fieldm_iDBID (Inherited from cShapeData.)
Protected fieldm_iEcoSimIndex (Inherited from cShapeData.)
Protected fieldm_timeresolution (Inherited from cShapeData.)
Protected fieldm_timeSeriesType
The type of a time series.
(Inherited from cTimeSeries.)
Top
Extension Methods
  NameDescription
Public Extension MethodValue
Extension method; extract a value from an object by property name.
(Defined by Extensions.)
Top
Remarks
This reminds me so much about programming COBOL that I'm downright terrified...
See Also