Files for dotnet framework / EAF

This commit is contained in:
2022-03-08 17:39:25 -07:00
parent 5475392c3f
commit f1bac2f5a7
13 changed files with 744 additions and 333 deletions

View File

@ -16,9 +16,7 @@ namespace Adaptation.FileHandlers.DEP08SIASM;
public class FileRead : Shared.FileRead, IFileRead
{
private readonly bool _IsDummy;
private readonly bool _IsXToAPC;
private readonly bool _IsXToIQS;
private readonly bool _IsXToSPaCe;
private readonly bool _IsXToSPaCeVillach;
private readonly Dictionary<string, string> _CellNames;
@ -35,9 +33,7 @@ public class FileRead : Shared.FileRead, IFileRead
throw new Exception(cellInstanceConnectionName);
if (!_IsDuplicator)
throw new Exception(cellInstanceConnectionName);
_IsDummy = _Hyphens == (int)Hyphen.IsDummy;
_IsXToAPC = _Hyphens == (int)Hyphen.IsXToAPC;
_IsXToIQS = _Hyphens == (int)Hyphen.IsXToIQS;
_CellNames = new Dictionary<string, string>();
_IsXToSPaCe = _Hyphens == (int)Hyphen.IsXToSPaCe;
_IsXToSPaCeVillach = _Hyphens == (int)Hyphen.IsXToSPaCeVillach;