Esempio n. 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ExportHelper"/> class.
 /// </summary>
 /// <param name="dictionary">The dictionary.</param>
 /// <param name="exportPath">The full export path including the export file name.</param>
 /// <remarks>Documented by Dev03, 2008-08-20</remarks>
 public ExportHelper(MLifter.DAL.Interfaces.IDictionary dictionary, string exportPath)
 {
     m_dictionary = dictionary;
     m_exportPath = exportPath;
     m_exportFolder = Path.GetDirectoryName(exportPath);
 }
Esempio n. 2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ExportHelper"/> class.
 /// </summary>
 /// <param name="dictionary">The dictionary.</param>
 /// <param name="exportPath">The full export path including the export file name.</param>
 /// <remarks>Documented by Dev03, 2008-08-20</remarks>
 public ExportHelper(MLifter.DAL.Interfaces.IDictionary dictionary, string exportPath)
 {
     m_dictionary   = dictionary;
     m_exportPath   = exportPath;
     m_exportFolder = Path.GetDirectoryName(exportPath);
 }