C# Class EducationsCourses.ViewModel.LocationViewModel

کلاس ویومدل مکان ها
Inheritance: BaseViewModel
Afficher le fichier Open project: rabbal/WPFEducation_Management

Private Properties

Свойство Type Description
AddLocation void
CanAddLocation bool
CanDeleteLocation bool
DeleteLocation void
_repository_Added void
_repository_Deleted void

Méthodes publiques

Méthode Description
LocationViewModel ( ) : EducationsCourses.Helpers

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

Méthodes protégées

Méthode Description
OnDispose ( ) : void

Private Methods

Méthode Description
AddLocation ( ) : void

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

CanAddLocation ( ) : bool

متدی برای جک کردن افزودن

CanDeleteLocation ( Location locatoin ) : bool

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

DeleteLocation ( Location location ) : void

متد برای حذف

_repository_Added ( object sender, CustomEventArgs e ) : void

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

_repository_Deleted ( object sender, CustomEventArgs e ) : void

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

Method Details

LocationViewModel() public méthode

سازنده پیش فرض
public LocationViewModel ( ) : EducationsCourses.Helpers
Résultat EducationsCourses.Helpers

OnDispose() protected méthode

protected OnDispose ( ) : void
Résultat void