C# Класс Mash.AppSettings.SettingTypeLoaderBase

A base class for setting type loaders
Показать файл Открыть проект

Защищенные методы

Метод Описание
CheckIfSettingIsValid ( string loadedValue, string settingName ) : bool
IsConnectionStringSettingType ( PropertyInfo member ) : bool
IsSettingRequired ( PropertyInfo member ) : bool
IsSupportedConnectionStringsType ( PropertyInfo member ) : bool
LoadValue ( SettingTypeModel model ) : string

Приватные методы

Метод Описание
DoWork ( SettingTypeModel model ) : bool

Indicates whether or not this setting type matches the specified member

Описание методов

CheckIfSettingIsValid() защищенный статический Метод

protected static CheckIfSettingIsValid ( string loadedValue, string settingName ) : bool
loadedValue string
settingName string
Результат bool

IsConnectionStringSettingType() защищенный статический Метод

protected static IsConnectionStringSettingType ( PropertyInfo member ) : bool
member System.Reflection.PropertyInfo
Результат bool

IsSettingRequired() защищенный статический Метод

protected static IsSettingRequired ( PropertyInfo member ) : bool
member System.Reflection.PropertyInfo
Результат bool

IsSupportedConnectionStringsType() защищенный статический Метод

protected static IsSupportedConnectionStringsType ( PropertyInfo member ) : bool
member System.Reflection.PropertyInfo
Результат bool

LoadValue() защищенный Метод

protected LoadValue ( SettingTypeModel model ) : string
model SettingTypeModel
Результат string