C# 클래스 Mash.AppSettings.SettingTypeLoaderBase

A base class for setting type loaders
파일 보기 프로젝트 열기: drwill/mash

보호된 메소드들

메소드 설명
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