PacMap.General.AppSettings
/// <summary> /// Default Application Settings and Basic Initilizing Functions /// </summary>
Properties
bool AnyCMDLError
/// <summary>
/// Get any CMDLine Error
/// </summary>
bool AnyCMDLError { get; }
string AppFile
/// <summary>
/// Get Application Filename
/// </summary>
string AppFile { get; }
AppMode AppMode
/// <summary>
/// Get Application Mode
/// </summary>
AppMode AppMode { get; }
string AppName
/// <summary>
/// Get Application Name
/// </summary>
string AppName { get; }
string AppVer
/// <summary>
/// Get Application Version
/// </summary>
string AppVer { get; }
FileFormat FileFormat
/// <summary>
/// Get FileFormat for Exporting/Printing
/// </summary>
FileFormat FileFormat { get; }
void GetCMDsFromCommandLine
/// <summary>
/// Get Commands from command line and Export them into the "AppSettings.AppMode" and "AppSettings.Filenames".
/// </summary>
void GetCMDsFromCommandLine { get; }
HashType HashingKind
/// <summary>
/// Get Hashing Kind
/// </summary>
HashType HashingKind { get; }
string HashingKindExtended
/// <summary>
/// Get Extended Hashing Kind
/// </summary>
string HashingKindExtended { get; }
bool RecalculateChecksums
/// <summary>
/// Get whether Recalculating Checksum is ON/OFF
/// </summary>
bool RecalculateChecksums { get; }
bool SetBadChecksumsToBad
/// <summary>
/// Get whether Bad Checksums is going to be BAD or NOT
/// </summary>
bool SetBadChecksumsToBad { get; }
bool SilentMode
/// <summary>
/// Get Silent Mode
/// </summary>
bool SilentMode { get; }
TemplatesCollection Templates
/// <summary>
/// Get Templates Settings
/// </summary>
TemplatesCollection Templates { get; }