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

Afficher le fichier Open project: a-fung/MangaWeb3 Class Usage Examples

Protected Properties

Свойство Type Description
attachedObject jQueryObject

Méthodes publiques

Méthode Description
Hide ( System.Action callback ) : void
Show ( System.Action callback ) : void

Méthodes protégées

Méthode Description
ModuleBase ( string template, string templateId, bool transition ) : System
OnBeforeShow ( ) : void
OnShow ( ) : void

Private Methods

Méthode Description
ModuleBase ( string template, string templateId ) : System

Method Details

Hide() public méthode

public Hide ( System.Action callback ) : void
callback System.Action
Résultat void

ModuleBase() protected méthode

protected ModuleBase ( string template, string templateId, bool transition ) : System
template string
templateId string
transition bool
Résultat System

OnBeforeShow() protected méthode

protected OnBeforeShow ( ) : void
Résultat void

OnShow() protected méthode

protected OnShow ( ) : void
Résultat void

Show() public méthode

public Show ( System.Action callback ) : void
callback System.Action
Résultat void

Property Details

attachedObject protected_oe property

protected jQueryObject attachedObject
Résultat jQueryObject