C# 클래스 Rebel.Framework.Localization.Maintenance.TextSourceAggregator

상속: BatchUpdatableTextSource
파일 보기 프로젝트 열기: RebelCMS/rebelcmsxu5 1 사용 예제들

공개 메소드들

메소드 설명
Get ( ) : IEnumerable
Put ( IEnumerable texts, TextMergeOptions options ) : void
TextSourceAggregator ( ) : System

보호된 메소드들

메소드 설명
SourceChanged ( object sender, EventArgs args ) : void

메소드 상세

Get() 공개 메소드

public Get ( ) : IEnumerable
리턴 IEnumerable

Put() 공개 메소드

public Put ( IEnumerable texts, TextMergeOptions options ) : void
texts IEnumerable
options TextMergeOptions
리턴 void

SourceChanged() 보호된 메소드

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

TextSourceAggregator() 공개 메소드

public TextSourceAggregator ( ) : System
리턴 System