C# Class Amoeba.Windows.AvalonEditHelper_MulticastMessage

Inheritance: AvalonEditHelperBase
Show file Open project: Alliance-Network/Amoeba

Public Methods

Method Description
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

Method Details

Clear() public method

public Clear ( TextEditor textEditor ) : void
textEditor ICSharpCode.AvalonEdit.TextEditor
return void

SelectIndexes() public method

public SelectIndexes ( TextEditor textEditor ) : IEnumerable
textEditor ICSharpCode.AvalonEdit.TextEditor
return IEnumerable

Set() public method

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
return void

Set() public method

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

Setup() public method

public Setup ( TextEditor textEditor ) : void
textEditor ICSharpCode.AvalonEdit.TextEditor
return void