C# Class StonehearthEditor.ManifestView.NewAliasCallback

Inheritance: InputDialog.IDialogCallback
Afficher le fichier Open project: stonehearth/stonehearth-editor

Méthodes publiques

Méthode Description
NewAliasCallback ( ManifestView owner, Module module, string filePath ) : System
OnAccept ( string inputMessage ) : bool
OnCancelled ( ) : void

Method Details

NewAliasCallback() public méthode

public NewAliasCallback ( ManifestView owner, Module module, string filePath ) : System
owner ManifestView
module Module
filePath string
Résultat System

OnAccept() public méthode

public OnAccept ( string inputMessage ) : bool
inputMessage string
Résultat bool

OnCancelled() public méthode

public OnCancelled ( ) : void
Résultat void