Click or drag to resize

cTimeSeriesClipboardReader Class

Reads one or more time series from the clipboard.
Inheritance Hierarchy

Namespace:  EwECore
Assembly:  EwECore (in EwECore.dll) Version: 6.6.15981.0 (6.6.15981.0)
Syntax
public class cTimeSeriesClipboardReader : cTimeSeriesTextReader

The cTimeSeriesClipboardReader type exposes the following members.

Constructors
  NameDescription
Public methodcTimeSeriesClipboardReader
Constructor, initializes a new instance of this class.
Top
Properties
  NameDescription
Public propertyCount
Returns the number of items in the collection.
(Inherited from cTimeSeriesTextReader.)
Public propertyDataset
Get a description of the clipboard.
(Overrides cTimeSeriesTextReaderDataset.)
Public propertyFirstYear
Returns the first year of time series data found by the reader.
(Inherited from cTimeSeriesTextReader.)
Public propertyIsReadOnly
States whether the collection is read-only.
(Inherited from cTimeSeriesTextReader.)
Public propertyNumPoints
Returns the number of years of time series data found by the reader.
(Inherited from cTimeSeriesTextReader.)
Public propertyNumYears Obsolete.
Returns the number of years of time series data found by the reader.
(Inherited from cTimeSeriesTextReader.)
Top
Methods
  NameDescription
Public methodAdd
Add an item to the collection.
(Inherited from cTimeSeriesTextReader.)
Public methodClear
Clears the collection.
(Inherited from cTimeSeriesTextReader.)
Public methodContains
Returns whether the collection contains a given item.
(Inherited from cTimeSeriesTextReader.)
Public methodCopyTo
Copies the collection to a strong-typed array of cTimeSeries objects.
(Inherited from cTimeSeriesTextReader.)
Public methodDecimalSeparator
Returns the decimal separator used by the reader.
(Inherited from cTimeSeriesTextReader.)
Public methodDelimiter
Returns the delimiter used by the reader.
(Inherited from cTimeSeriesTextReader.)
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 methodGetEnumerator
Returns a strong-typed enumerator for this collection.
(Inherited from cTimeSeriesTextReader.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetReader
Access the content of the Clipboard via a TextReader.
(Overrides cTimeSeriesTextReaderGetReader.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPreview
Returns a double indexed array of strings with a preview of read time series data. Data is indexed by (column, row). Indexes are zero based.
(Inherited from cTimeSeriesTextReader.)
Public methodRead
Reads any number of Time Series data from a text source. The Time Series are exposed by this collection as cTimeSeries objects.
(Inherited from cTimeSeriesTextReader.)
Public methodReleaseReader
The one entry point to release a text reader obtained via GetReader.
(Overrides cTimeSeriesTextReaderReleaseReader(TextReader).)
Public methodRemove
Removes an item to the collection.
(Inherited from cTimeSeriesTextReader.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodValue
Extension method; extract a value from an object by property name.
(Defined by Extensions.)
Top
Remarks
For a description of the clipboard text layout, refer to cTimeSeriesTextReader.
See Also