Completed the S.ettings object with some more fields and checked the use of them
This commit is contained in:
@ -7,31 +7,28 @@ using System.Xml.Serialization;
|
||||
|
||||
namespace CobXmlSupport
|
||||
{
|
||||
public static class S
|
||||
public static class S
|
||||
{
|
||||
public static string ettingUserName;
|
||||
public static string ettingCompany;
|
||||
public static bool ettingNoNsRef;
|
||||
public static bool ettingUniqueVars;
|
||||
public static bool ettingUniqueAttrVars;
|
||||
public static bool ettingUnique;
|
||||
public static bool ettingWrap;
|
||||
public static bool ettingValues;
|
||||
public static bool ettingAnaTag;
|
||||
public static string ettingPrefix;
|
||||
public static string ettingExpPrefix;
|
||||
public static string ettingMaxOcc;
|
||||
public static bool ettingCountVars;
|
||||
public static string ettingLogVarName;
|
||||
public static string ettingLogSectName;
|
||||
public static bool ettingSpecials;
|
||||
public static bool ettingUserCodeBcup;
|
||||
//-------------------------
|
||||
// public static bool ettingShowTestbtns;
|
||||
//-------------------------
|
||||
public static bool ettingBackupOwnCode;
|
||||
public static string ettingActualFile;
|
||||
public static bool ettingAnaTag;
|
||||
public static bool ettingBackupOwnCode;
|
||||
public static string ettingCompany;
|
||||
public static bool ettingCountVars;
|
||||
public static bool ettingDisplays;
|
||||
public static string ettingExpPrefix;
|
||||
public static string ettingFilePath;
|
||||
//-------------------------
|
||||
}
|
||||
}
|
||||
public static string ettingLogSectName;
|
||||
public static string ettingLogVarName;
|
||||
public static string ettingMaxOcc;
|
||||
public static bool ettingNoNsRef;
|
||||
public static string ettingPrefix;
|
||||
public static bool ettingUnique;
|
||||
public static bool ettingUniqueAttrVars;
|
||||
public static bool ettingUniqueVars;
|
||||
public static bool ettingUserCodeBcup;
|
||||
public static string ettingUserName;
|
||||
public static bool ettingValues;
|
||||
public static bool ettingWrap;
|
||||
public static bool ettingShowTestbtns;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user