C# Class Gemini.Modules.Output.ViewModels.OutputViewModel

Inheritance: Gemini.Framework.Tool, IOutput
Afficher le fichier Open project: tgjones/gemini

Méthodes publiques

Méthode Description
Append ( string text ) : void
AppendLine ( string text ) : void
Clear ( ) : void
OutputViewModel ( ) : System

Méthodes protégées

Méthode Description
OnViewLoaded ( object view ) : void

Private Methods

Méthode Description
OnTextChanged ( ) : void

Method Details

Append() public méthode

public Append ( string text ) : void
text string
Résultat void

AppendLine() public méthode

public AppendLine ( string text ) : void
text string
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

OnViewLoaded() protected méthode

protected OnViewLoaded ( object view ) : void
view object
Résultat void

OutputViewModel() public méthode

public OutputViewModel ( ) : System
Résultat System