PQDSFile Class

Class that represents a PQDS file.

Definition

Namespace: Gemstone.PQDS
Assembly: Gemstone.PQDS (in Gemstone.PQDS.dll) Version: 1.0.110 -- Release Build+ab36fb428a9d8da3a066bdb91ab0753dddc15f14
public class PQDSFile
Inheritance
Object    PQDSFile

Constructors

PQDSFile Creates a new PQDS file.
PQDSFile(ListMetaDataTag, ListDataSeries, DateTime) Creates a new PQDS file.

Properties

Data List of data included in PQDS file as DataSeries.
MetaData List of included Metadata tags.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Read Reads PQDS file from file path and returns PQDSFile object.
ReadFromFile(String) Reads the content from a PQDS File.
ReadFromFile(String, IProgressDouble) Reads the content from a PQDS File.
ToStringReturns a string that represents the current object.
(Inherited from Object)
WriteToFile(String) Writes the content to a .csv file.
WriteToFile(String, IProgressDouble) Writes the content to a .csv file.
WriteToStream(StreamWriter) Writes the content to an output Stream.
WriteToStream(StreamWriter, IProgressDouble) Writes the content to a .csv file.

See Also