C# 클래스 EventManagerPro.Views.EventsView

Interaction logic for EventsScreen.xaml
상속: System.Windows.Controls.Page
파일 보기 프로젝트 열기: sagittaros/EventManagerModel 1 사용 예제들

공개 메소드들

메소드 설명
DeleteEventByID ( int id ) : void
EditEventByID ( int id ) : void
EventsView ( ) : System
Refresh ( ) : void
SetupNavigationHandler ( System.Windows.Navigation.NavigationService ns ) : void

비공개 메소드들

메소드 설명
NavigationService_LoadCompleted ( object sender, System.Windows.Navigation.NavigationEventArgs e ) : void
createEventBtn_Click ( object sender, RoutedEventArgs e ) : void
deleteButton_Click ( object sender, RoutedEventArgs e ) : void
editButton_Click ( object sender, RoutedEventArgs e ) : void
infoButton_Click ( object sender, RoutedEventArgs e ) : void
logoutButton_Click ( object sender, RoutedEventArgs e ) : void
registerButton_Click ( object sender, RoutedEventArgs e ) : void
unregisterButton_Click ( object sender, RoutedEventArgs e ) : void

메소드 상세

DeleteEventByID() 공개 메소드

public DeleteEventByID ( int id ) : void
id int
리턴 void

EditEventByID() 공개 메소드

public EditEventByID ( int id ) : void
id int
리턴 void

EventsView() 공개 메소드

public EventsView ( ) : System
리턴 System

Refresh() 공개 메소드

public Refresh ( ) : void
리턴 void

SetupNavigationHandler() 공개 메소드

public SetupNavigationHandler ( System.Windows.Navigation.NavigationService ns ) : void
ns System.Windows.Navigation.NavigationService
리턴 void