C# 클래스 Rebel.Framework.Localization.Configuration.LocalizationSourceAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: RebelCMS/rebelcmsxu5

공개 메소드들

메소드 설명
GetSource ( Assembly asm, TextManager textManager, string targetNamespace ) : ITextSource

Gets the source.

메소드 상세

GetSource() 공개 추상적인 메소드

Gets the source.
public abstract GetSource ( Assembly asm, TextManager textManager, string targetNamespace ) : ITextSource
asm System.Reflection.Assembly The assembly to load from.
textManager TextManager The text manager.
targetNamespace string The default namespace expected for the assembly when adding texts
리턴 ITextSource