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

Inheritance: LocalizationSourceAttribute
Exibir arquivo Open project: RebelCMS/rebelcmsxu5

Public Methods

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

Method Details

GetSource() public method

public GetSource ( Assembly asm, TextManager textManager, string targetNamespace ) : ITextSource
asm System.Reflection.Assembly
textManager TextManager
targetNamespace string
return ITextSource

LocalizationXmlSourceAttribute() public method

public LocalizationXmlSourceAttribute ( string resourceName ) : System
resourceName string
return System