C# Class Rebel.Framework.Localization.Maintenance.TextSourceAggregator

Inheritance: BatchUpdatableTextSource
Show file Open project: RebelCMS/rebelcmsxu5 Class Usage Examples

Public Methods

Method Description
Get ( ) : IEnumerable
Put ( IEnumerable texts, TextMergeOptions options ) : void
TextSourceAggregator ( ) : System

Protected Methods

Method Description
SourceChanged ( object sender, EventArgs args ) : void

Method Details

Get() public method

public Get ( ) : IEnumerable
return IEnumerable

Put() public method

public Put ( IEnumerable texts, TextMergeOptions options ) : void
texts IEnumerable
options TextMergeOptions
return void

SourceChanged() protected method

protected SourceChanged ( object sender, EventArgs args ) : void
sender object
args System.EventArgs
return void

TextSourceAggregator() public method

public TextSourceAggregator ( ) : System
return System