C# 클래스 Aqueduct.Configuration.Loaders.ConfigurationLoader

상속: IConfigurationLoader
파일 보기 프로젝트 열기: aqueduct/Aqueduct.SitecoreLib

보호된 프로퍼티들

프로퍼티 타입 설명
_context IContext
_sections SectionList

공개 메소드들

메소드 설명
AddValidator ( ISettingValidator validator ) : void
ConfigurationLoader ( IContext context ) : System
ConfigurationLoader ( IContext context, List validators ) : System
ConfigurationLoader ( IContext context, List validators, Type>.Dictionary typeAliases ) : System
ConvertType ( string type ) : Type
Load ( ) : SectionList
OnSettingLoaded ( SettingEventArgs ea ) : void
OnSettingLoading ( SettingEventArgs ea ) : void
OnSettingsChanged ( ) : void

보호된 메소드들

메소드 설명
LoadSections ( ) : void

비공개 메소드들

메소드 설명
ForEachSetting ( Action action ) : void
GetActiveSections ( ) : SectionList
ValidateSetting ( Setting setting ) : void

메소드 상세

AddValidator() 공개 메소드

public AddValidator ( ISettingValidator validator ) : void
validator ISettingValidator
리턴 void

ConfigurationLoader() 공개 메소드

public ConfigurationLoader ( IContext context ) : System
context IContext
리턴 System

ConfigurationLoader() 공개 메소드

public ConfigurationLoader ( IContext context, List validators ) : System
context IContext
validators List
리턴 System

ConfigurationLoader() 공개 메소드

public ConfigurationLoader ( IContext context, List validators, Type>.Dictionary typeAliases ) : System
context IContext
validators List
typeAliases Type>.Dictionary
리턴 System

ConvertType() 공개 메소드

public ConvertType ( string type ) : Type
type string
리턴 System.Type

Load() 공개 메소드

public Load ( ) : SectionList
리턴 SectionList

LoadSections() 보호된 추상적인 메소드

protected abstract LoadSections ( ) : void
리턴 void

OnSettingLoaded() 공개 메소드

public OnSettingLoaded ( SettingEventArgs ea ) : void
ea SettingEventArgs
리턴 void

OnSettingLoading() 공개 메소드

public OnSettingLoading ( SettingEventArgs ea ) : void
ea SettingEventArgs
리턴 void

OnSettingsChanged() 공개 메소드

public OnSettingsChanged ( ) : void
리턴 void

프로퍼티 상세

_context 보호되어 있는 프로퍼티

protected IContext _context
리턴 IContext

_sections 보호되어 있는 프로퍼티

protected SectionList _sections
리턴 SectionList