C# Class afung.MangaWeb3.Client.Module.ModuleBase

ファイルを表示 Open project: a-fung/MangaWeb3 Class Usage Examples

Protected Properties

Property Type Description
attachedObject jQueryObject

Public Methods

Method Description
Hide ( System.Action callback ) : void
Show ( System.Action callback ) : void

Protected Methods

Method Description
ModuleBase ( string template, string templateId, bool transition ) : System
OnBeforeShow ( ) : void
OnShow ( ) : void

Private Methods

Method Description
ModuleBase ( string template, string templateId ) : System

Method Details

Hide() public method

public Hide ( System.Action callback ) : void
callback System.Action
return void

ModuleBase() protected method

protected ModuleBase ( string template, string templateId, bool transition ) : System
template string
templateId string
transition bool
return System

OnBeforeShow() protected method

protected OnBeforeShow ( ) : void
return void

OnShow() protected method

protected OnShow ( ) : void
return void

Show() public method

public Show ( System.Action callback ) : void
callback System.Action
return void

Property Details

attachedObject protected_oe property

protected jQueryObject attachedObject
return jQueryObject