Config
Provides access to kCura.Utility configuration values.
[LogAllEvents, CreateErrorForInvalidDate, IOErrorNumberOfRetries, IOErrorWaitTimeInSeconds, ExportErrorNumberOfRetries, ExportErrorWaitTimeInSeconds]
Gets the dictionary of configuration values from the kCura.Utility section of this application.
Indicates whether or not to throw an exception upon encountering empty date strings.
Indicates the number of times an export action should be retried before failure.
Indicates how long to wait before retrying a particular export action.
Indicates the number of times an action should be retried before failure.
Indicates how long to wait before retrying a particular action.
Indicates whether or not to log every event.
public Config()
Sets the backing hash table of configuration values.
! To only be used for unit testing in an inheriting class.