Suoranta.EnterpriseLib.Web - Developer API

ConfigCheck Members

The ConfigCheck type exposes the following members.

Methods


  Name Description
Protected method AppSettingCheck
Public method Check
Perform configuration check
Protected method ConnectionCheck
Public method Equals(System.Object) (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method Static member ParseConnectionString
Public method ToString (Inherited from Object.)

Properties


  Name Description
Protected property 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.
Protected property AppSettings
Protected property 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.
Protected property ConnectionSettings
Protected property LogService