C# 클래스 Orchard.Environment.HostComponentsConfigModule

Alter components instantiations by setting property values defined in a configuration file
상속: Autofac.Module
파일 보기 프로젝트 열기: ucdavis/Orchard

공개 프로퍼티들

프로퍼티 타입 설명
_config IEnumerable>.IDictionary

공개 메소드들

메소드 설명
ChangeToCompatibleType ( string value, Type destinationType, object &result ) : bool
HostComponentsConfigModule ( ) : System
HostComponentsConfigModule ( string fileName ) : System

보호된 메소드들

메소드 설명
AttachToComponentRegistration ( IComponentRegistry componentRegistry, IComponentRegistration registration ) : void

비공개 메소드들

메소드 설명
Attr ( System.Xml.Linq.XElement component, System.Xml.Linq.XName name ) : string
BuildPropertiesInjectors ( Type componentType, IEnumerable properties ) : object>>.IEnumerable

메소드 상세

AttachToComponentRegistration() 보호된 메소드

protected AttachToComponentRegistration ( IComponentRegistry componentRegistry, IComponentRegistration registration ) : void
componentRegistry IComponentRegistry
registration IComponentRegistration
리턴 void

ChangeToCompatibleType() 공개 정적인 메소드

public static ChangeToCompatibleType ( string value, Type destinationType, object &result ) : bool
value string
destinationType System.Type
result object
리턴 bool

HostComponentsConfigModule() 공개 메소드

public HostComponentsConfigModule ( ) : System
리턴 System

HostComponentsConfigModule() 공개 메소드

public HostComponentsConfigModule ( string fileName ) : System
fileName string
리턴 System

프로퍼티 상세

_config 공개적으로 프로퍼티

public IDictionary> _config
리턴 IEnumerable>.IDictionary