C# 클래스 Amoeba.Windows.AvalonEditHelper_MulticastMessage

상속: AvalonEditHelperBase
파일 보기 프로젝트 열기: Alliance-Network/Amoeba

공개 메소드들

메소드 설명
Clear ( TextEditor textEditor ) : void
SelectIndexes ( TextEditor textEditor ) : IEnumerable
Set ( TextEditor textEditor, System.DateTime creationTime, string signature, int cost, string comment ) : void
Set ( TextEditor textEditor, IEnumerable collection ) : void
Setup ( TextEditor textEditor ) : void

메소드 상세

Clear() 공개 메소드

public Clear ( TextEditor textEditor ) : void
textEditor ICSharpCode.AvalonEdit.TextEditor
리턴 void

SelectIndexes() 공개 메소드

public SelectIndexes ( TextEditor textEditor ) : IEnumerable
textEditor ICSharpCode.AvalonEdit.TextEditor
리턴 IEnumerable

Set() 공개 메소드

public Set ( TextEditor textEditor, System.DateTime creationTime, string signature, int cost, string comment ) : void
textEditor ICSharpCode.AvalonEdit.TextEditor
creationTime System.DateTime
signature string
cost int
comment string
리턴 void

Set() 공개 메소드

public Set ( TextEditor textEditor, IEnumerable collection ) : void
textEditor ICSharpCode.AvalonEdit.TextEditor
collection IEnumerable
리턴 void

Setup() 공개 메소드

public Setup ( TextEditor textEditor ) : void
textEditor ICSharpCode.AvalonEdit.TextEditor
리턴 void