kCura.WinEDDS.ImportExtension.FileSettings
namespace kCura.WinEDDS.ImportExtension
{
public class FileSettings
{
public bool OIFileIdMapped { get; set; }
public string IDColumnName { get; set; }
public string TypeColumnName { get; set; }
public bool FileSizeMapped { get; set; }
public string FileSizeColumn { get; set; }
public string FileNameColumn { get; set; }
public string SupportedByViewerColumn { get; set; }
public FileSettings();
}
}