C# Class ScnSideMenu.Forms.SideBarPage

Inheritance: ScnPage.Plugin.Forms.BaseContentPage
Mostrar archivo Open project: ScienceSoft-Inc/ScnSideMenu

Public Methods

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

Protected Methods

Method Description
OnBackButtonPressed ( ) : bool

Private Methods

Method 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 method

public ClosePanel ( ) : void
return void

OnBackButtonPressed() protected method

protected OnBackButtonPressed ( ) : bool
return bool

OnPanelChanged() public method

public OnPanelChanged ( SideBarEventArgs e ) : void
e SideBarEventArgs
return void

SideBarPage() public method

public SideBarPage ( PanelSetEnum panelSet ) : System
panelSet PanelSetEnum
return System

SideBarPage() public method

public SideBarPage ( Type viewModelType, Type contentUIType, PanelSetEnum panelSet ) : System
viewModelType System.Type
contentUIType System.Type
panelSet PanelSetEnum
return System