C# Class ReviewNotifier.ReviewNotifierConfiguration

Inheritance: System.Configuration.ConfigurationSection
Show file Open project: daptiv/Malevich Class Usage Examples

Private Properties

Property Type Description
NullIfEmpty string
VerifyParts bool
VerifyWhole bool

Public Methods

Method Description
Clear ( ) : void
Get ( ) : ReviewNotifierConfiguration
Load ( ) : bool
ReviewNotifierConfiguration ( ) : System
Save ( ) : void

Private Methods

Method Description
NullIfEmpty ( string str ) : string
VerifyParts ( ) : bool

Verifies that various pieces are either missing, or correctly formatted.

VerifyWhole ( ) : bool

Verifies that the configuration is in a ready to run state.

Method Details

Clear() public method

public Clear ( ) : void
return void

Get() public static method

public static Get ( ) : ReviewNotifierConfiguration
return ReviewNotifierConfiguration

Load() public static method

public static Load ( ) : bool
return bool

ReviewNotifierConfiguration() public method

public ReviewNotifierConfiguration ( ) : System
return System

Save() public method

public Save ( ) : void
return void