C# Class GSF.PQDIF.Physical.RecordBody

The body of a PQDIF Record. The body is part of the physical structure of a PQDIF file. It laid out as a hierarchy of Elements, starting with a CollectionElement that contains other elements.
Mostra file Open project: GridProtectionAlliance/gsf Class Usage Examples

Public Methods

Method Description
ToString ( ) : string

Returns a string representation of the record body.

Method Details

ToString() public method

Returns a string representation of the record body.
public ToString ( ) : string
return string