Added RevDate and ReviewDate properties to FixItem class
Added applicability and procedureset elements to ConfigFile class when processing proc.ini file Added masterdir attribute to ConfigFile class when processing proc.ini file Replaced direct call to database with CSLA Command object in ClearData method of Loader class
This commit is contained in:
@@ -52,6 +52,8 @@ namespace Config
|
||||
listIni_EleName.Add("display");
|
||||
listIni_EleName.Add("backgrounddefaults");
|
||||
listIni_EleName.Add("unit");
|
||||
listIni_EleName.Add("applicability");
|
||||
listIni_EleName.Add("procedureset");
|
||||
|
||||
// roapp.ini
|
||||
listIni_EleName.Add("roapp");
|
||||
@@ -110,6 +112,7 @@ namespace Config
|
||||
listIni_AttrName.Add("id");
|
||||
listIni_AttrName.Add("otherid");
|
||||
listIni_AttrName.Add("procedurenumber");
|
||||
listIni_AttrName.Add("masterdir");
|
||||
|
||||
|
||||
// roapp.ini
|
||||
|
Reference in New Issue
Block a user