Namespace:
RainWorx.FrameWorx.MVC.Models.CSV
Assembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Assembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public override void Translate( Dictionary<string, string> input, ImportListing csvRow, bool commitIntent )
Parameters
- input
- Type: System.Collections.GenericDictionaryString, String
- csvRow
- Type: RainWorx.FrameWorx.MVC.Models.CSVImportListing
- commitIntent
- Type: SystemBoolean
Implements
IColumnSpecTranslate(DictionaryString, String, ImportListing, Boolean)See Also