C# Class ReviewNotifier.ReviewNotifierConfiguration

Inheritance: System.Configuration.ConfigurationSection
Afficher le fichier Open project: daptiv/Malevich Class Usage Examples

Private Properties

Свойство Type Description
NullIfEmpty string
VerifyParts bool
VerifyWhole bool

Méthodes publiques

Méthode Description
Clear ( ) : void
Get ( ) : ReviewNotifierConfiguration
Load ( ) : bool
ReviewNotifierConfiguration ( ) : System
Save ( ) : void

Private Methods

Méthode 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 méthode

public Clear ( ) : void
Résultat void

Get() public static méthode

public static Get ( ) : ReviewNotifierConfiguration
Résultat ReviewNotifierConfiguration

Load() public static méthode

public static Load ( ) : bool
Résultat bool

ReviewNotifierConfiguration() public méthode

public ReviewNotifierConfiguration ( ) : System
Résultat System

Save() public méthode

public Save ( ) : void
Résultat void