Click or drag to resize

SystemBootUtility Properties

The SystemBootUtility type exposes the following members.

Properties
  NameDescription
Public propertyBeforeBootUpdateActionWasExecuted
Is true if any BeforeBootup update actions was actually executed (because they hadn't been so before).
Public propertyConnStr
Connection string for the customer DB.
Public propertyCustomerId
Customer Id.
Public propertyIdentity
The identity that has been created on the thread.
Public propertyIgnoreNonPresentAssemblies
Should we simply ignore registered code assemblies that can't be loaded because they aren't present on the harddrive?
Public propertyNeverSkipBootSteps
Option is mainly intended for certain test classes. If true we will never skip performing certain boot steps due to detecting that they have already been performed.
Public propertySkipAccessModifierValidation
Skip validating that all configured access modifiers map to existing .Net classes?
Public propertySkipAllOptions
Sets all "Skip" flags at the same time.
Public propertySkipAppStringUpdate
Skip updating master data appstrings (like property names) from the AppText files? Option is used by the integration test library to speed things up a bit.
Public propertySkipCodeMethodValidation
Skip validating that all configured code methods map to existing .Net methods?
Public propertySkipLogInitializationIfAlreadyConfigured
If true, the logging API will not be re-initialized if the log has already been configured and initialized once. This is mainly to avoid that the logging is re-initialized when the RoPE RemoteAPI is triggered.
Public propertySkipUpdateActions
If true we will skip checking for and running missing update actions
Public propertySkipUpdatingApproxDataObjectCounts
Skip computing an approximate no. of data objects per DOT?
Public propertySkipUpdatingXmlSchemaFiles
Skip creating/updating xml schema data objects based on xml schema files on the disk?
Top
See Also