An NDoc Documented Class Library

IExporter.Export Method 

Export the given data packet to the provided data store.

void Export(
   DataPacket dataPacket,
   IDataStore dataStore
);

Parameters

dataPacket
The data to export.
dataStore
the place to which the data should be exported.

See Also

IExporter Interface | Sandia.MVCFramework.ExportTools Namespace