ConfigCheck Members
The ConfigCheck type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
ConfigCheck(ILogService) | |
|
|
ConfigCheck(ILogService, NameValueCollection, ConnectionStringSettingsCollection) |
Instantiate new check object
|
Methods
| Name | Description | |
|---|---|---|
|
|
AppSettingCheck | |
|
|
Check |
Perform configuration check
|
|
|
ConnectionCheck | |
|
|
Equals(System.Object) | (Inherited from Object.) |
|
|
Finalize | (Inherited from Object.) |
|
|
GetHashCode | (Inherited from Object.) |
|
|
GetType | (Inherited from Object.) |
|
|
MemberwiseClone | (Inherited from Object.) |
|
|
ParseConnectionString | |
|
|
ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
|
|
AppSettingCheckHandlers |
Subclasses should add their AppSettingCheck implementing methods to this list in their
constructor (or otherwise before calling Check method). Some basic checks are available in
nested static class ChecksLibrary.
|
|
|
AppSettings | |
|
|
ConnectionCheckHandlers |
Subclasses should add their ConnectionCheck implementing methods to this list in their
constructor (or otherwise before calling Check method). Some basic checks are available in
nested static class ChecksLibrary.
|
|
|
ConnectionSettings | |
|
|
LogService |

