C# Class StonehearthEditor.ManifestView.NewAliasCallback

Inheritance: InputDialog.IDialogCallback
Exibir arquivo Open project: stonehearth/stonehearth-editor

Public Methods

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

Method Details

NewAliasCallback() public method

public NewAliasCallback ( ManifestView owner, Module module, string filePath ) : System
owner ManifestView
module Module
filePath string
return System

OnAccept() public method

public OnAccept ( string inputMessage ) : bool
inputMessage string
return bool

OnCancelled() public method

public OnCancelled ( ) : void
return void