C# 클래스 Orchard.Localization.LocalizationModule

상속: Autofac.Module
파일 보기 프로젝트 열기: ucdavis/Orchard

공개 메소드들

메소드 설명
LocalizationModule ( ) : System

보호된 메소드들

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

비공개 메소드들

메소드 설명
FindUserProperty ( Type type ) : PropertyInfo

메소드 상세

AttachToComponentRegistration() 보호된 메소드

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

Load() 보호된 메소드

protected Load ( ContainerBuilder builder ) : void
builder Autofac.ContainerBuilder
리턴 void

LocalizationModule() 공개 메소드

public LocalizationModule ( ) : System
리턴 System