C# Class Rebel.Framework.Localization.Configuration.LocalizationSourceAttribute

Inheritance: System.Attribute
显示文件 Open project: RebelCMS/rebelcmsxu5

Public Methods

Method Description
GetSource ( Assembly asm, TextManager textManager, string targetNamespace ) : ITextSource

Gets the source.

Method Details

GetSource() public abstract method

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
return ITextSource