Class GroupGridExporter
Base class for group grid exporters.
public abstract class GroupGridExporter
- Inheritance
-
GroupGridExporter
- Derived
- Inherited Members
- Extension Methods
Properties
DefaultExtension
Gets the default file extension without a leading dot.
public abstract string DefaultExtension { get; }
Property Value
Name
Gets the exporter display name.
public abstract string Name { get; }
Property Value
Methods
Export(GroupGrid, GroupGridExportSnapshot, string)
Exports a group grid snapshot.
public abstract void Export(GroupGrid Grid, GroupGridExportSnapshot Snapshot, string FilePath)
Parameters
GridGroupGridThe source group grid.
SnapshotGroupGridExportSnapshotThe export snapshot.
FilePathstringThe export file path.
ValidateFilePath(string)
Ensures that the export file path is a full file path.
protected void ValidateFilePath(string FilePath)
Parameters
FilePathstringThe export file path.
WriteText(string, string)
Writes export text to a file.
protected void WriteText(string FilePath, string Text)