C# Class Mash.AppSettings.SettingTypeLoaderBase

A base class for setting type loaders
Afficher le fichier Open project: drwill/mash

Méthodes protégées

Méthode Description
CheckIfSettingIsValid ( string loadedValue, string settingName ) : bool
IsConnectionStringSettingType ( PropertyInfo member ) : bool
IsSettingRequired ( PropertyInfo member ) : bool
IsSupportedConnectionStringsType ( PropertyInfo member ) : bool
LoadValue ( SettingTypeModel model ) : string

Private Methods

Méthode Description
DoWork ( SettingTypeModel model ) : bool

Indicates whether or not this setting type matches the specified member

Method Details

CheckIfSettingIsValid() protected static méthode

protected static CheckIfSettingIsValid ( string loadedValue, string settingName ) : bool
loadedValue string
settingName string
Résultat bool

IsConnectionStringSettingType() protected static méthode

protected static IsConnectionStringSettingType ( PropertyInfo member ) : bool
member System.Reflection.PropertyInfo
Résultat bool

IsSettingRequired() protected static méthode

protected static IsSettingRequired ( PropertyInfo member ) : bool
member System.Reflection.PropertyInfo
Résultat bool

IsSupportedConnectionStringsType() protected static méthode

protected static IsSupportedConnectionStringsType ( PropertyInfo member ) : bool
member System.Reflection.PropertyInfo
Résultat bool

LoadValue() protected méthode

protected LoadValue ( SettingTypeModel model ) : string
model SettingTypeModel
Résultat string