public class PQDSFilePublic Class PQDSFilepublic ref class PQDSFileGemstone.PQDS.PQDSFile = function();
Type.createClass(
'Gemstone.PQDS.PQDSFile');| PQDSFile | Creates a new PQDS file. |
| PQDSFile(ListMetaDataTag, ListDataSeries, DateTime) | Creates a new PQDS file. |
| Data | List of data included in PQDS file as DataSeries. |
| MetaData | List of included Metadata tags. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates 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. |
| ToString | Returns 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. |