C# 클래스 ScnSideMenu.Forms.SideBarPage

상속: ScnPage.Plugin.Forms.BaseContentPage
파일 보기 프로젝트 열기: ScienceSoft-Inc/ScnSideMenu

공개 메소드들

메소드 설명
ClosePanel ( ) : void
OnPanelChanged ( SideBarEventArgs e ) : void
SideBarPage ( PanelSetEnum panelSet ) : System
SideBarPage ( Type viewModelType, Type contentUIType, PanelSetEnum panelSet ) : System

보호된 메소드들

메소드 설명
OnBackButtonPressed ( ) : bool

비공개 메소드들

메소드 설명
HideLeftPanel ( ) : void
HideRightPanel ( ) : void
Init ( PanelSetEnum panelSet ) : void
MoveLeftPanel ( double deltaTranslate ) : void
MoveRightPanel ( double deltaTranslate ) : void
ShowLeftPanel ( ) : void
ShowRightPanel ( ) : void

메소드 상세

ClosePanel() 공개 메소드

public ClosePanel ( ) : void
리턴 void

OnBackButtonPressed() 보호된 메소드

protected OnBackButtonPressed ( ) : bool
리턴 bool

OnPanelChanged() 공개 메소드

public OnPanelChanged ( SideBarEventArgs e ) : void
e SideBarEventArgs
리턴 void

SideBarPage() 공개 메소드

public SideBarPage ( PanelSetEnum panelSet ) : System
panelSet PanelSetEnum
리턴 System

SideBarPage() 공개 메소드

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