C# Класс Amoeba.Windows.AvalonEditHelper_MulticastMessage

Наследование: AvalonEditHelperBase
Показать файл Открыть проект

Открытые методы

Метод Описание
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