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

Inheritance: BatchUpdatableTextSource
ファイルを表示 Open project: RebelCMS/rebelcmsxu5 Class Usage Examples

Public Methods

Method Description
Get ( ) : IEnumerable
Put ( IEnumerable texts, TextMergeOptions options ) : void
SimpleTextSource ( ) : System.Collections.Generic

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

SimpleTextSource() public method

public SimpleTextSource ( ) : System.Collections.Generic
return System.Collections.Generic