C# 클래스 StonehearthEditor.ManifestView.NewAliasCallback

상속: InputDialog.IDialogCallback
파일 보기 프로젝트 열기: stonehearth/stonehearth-editor

공개 메소드들

메소드 설명
NewAliasCallback ( ManifestView owner, Module module, string filePath ) : System
OnAccept ( string inputMessage ) : bool
OnCancelled ( ) : void

메소드 상세

NewAliasCallback() 공개 메소드

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

OnAccept() 공개 메소드

public OnAccept ( string inputMessage ) : bool
inputMessage string
리턴 bool

OnCancelled() 공개 메소드

public OnCancelled ( ) : void
리턴 void