C# 클래스 EducationsCourses.ViewModel.LessonsListViewModel

کلاس ویومدل دروس
상속: BaseViewModel
파일 보기 프로젝트 열기: rabbal/WPFEducation_Management

Private Properties

프로퍼티 타입 설명
Add void
CanAdd bool
CanDelete bool
Delete void
_repository_LessonAdded void
_repository_LessonDeleted void

공개 메소드들

메소드 설명
LessonsListViewModel ( ) : EducationsCourses.Helpers

سازنده پیش فرض

보호된 메소드들

메소드 설명
OnDispose ( ) : void

비공개 메소드들

메소드 설명
Add ( string name ) : void

متد درج

CanAdd ( ) : bool

متد چک کردن برای درج

CanDelete ( Lesson lesson ) : bool

متد چک کردن برای حذف

Delete ( Lesson lesson ) : void

متد حذف

_repository_LessonAdded ( object sender, CustomEventArgs e ) : void

متدی برای هندل کردن ایونت درج شدن

_repository_LessonDeleted ( object sender, CustomEventArgs e ) : void

متدی برای هندل کردن ایونت حذف شدن

메소드 상세

LessonsListViewModel() 공개 메소드

سازنده پیش فرض
public LessonsListViewModel ( ) : EducationsCourses.Helpers
리턴 EducationsCourses.Helpers

OnDispose() 보호된 메소드

protected OnDispose ( ) : void
리턴 void