C# Class ScnSideMenu.Forms.SideBarPage

Inheritance: ScnPage.Plugin.Forms.BaseContentPage
Afficher le fichier Open project: ScienceSoft-Inc/ScnSideMenu

Méthodes publiques

Méthode Description
ClosePanel ( ) : void
OnPanelChanged ( SideBarEventArgs e ) : void
SideBarPage ( PanelSetEnum panelSet ) : System
SideBarPage ( Type viewModelType, Type contentUIType, PanelSetEnum panelSet ) : System

Méthodes protégées

Méthode Description
OnBackButtonPressed ( ) : bool

Private Methods

Méthode Description
HideLeftPanel ( ) : void
HideRightPanel ( ) : void
Init ( PanelSetEnum panelSet ) : void
MoveLeftPanel ( double deltaTranslate ) : void
MoveRightPanel ( double deltaTranslate ) : void
ShowLeftPanel ( ) : void
ShowRightPanel ( ) : void

Method Details

ClosePanel() public méthode

public ClosePanel ( ) : void
Résultat void

OnBackButtonPressed() protected méthode

protected OnBackButtonPressed ( ) : bool
Résultat bool

OnPanelChanged() public méthode

public OnPanelChanged ( SideBarEventArgs e ) : void
e SideBarEventArgs
Résultat void

SideBarPage() public méthode

public SideBarPage ( PanelSetEnum panelSet ) : System
panelSet PanelSetEnum
Résultat System

SideBarPage() public méthode

public SideBarPage ( Type viewModelType, Type contentUIType, PanelSetEnum panelSet ) : System
viewModelType System.Type
contentUIType System.Type
panelSet PanelSetEnum
Résultat System