C# Class TheAirline.GUIModel.PagesModel.GamePageModel.NewsMVVM

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: TheAirlineProject/tap-desktop Class Usage Examples

Méthodes publiques

Méthode Description
NewsMVVM ( News news ) : System
markAsRead ( ) : void
markAsUnRead ( ) : void

Private Methods

Méthode Description
NotifyPropertyChanged ( String propertyName ) : void

Method Details

NewsMVVM() public méthode

public NewsMVVM ( News news ) : System
news TheAirline.Models.General.News
Résultat System

markAsRead() public méthode

public markAsRead ( ) : void
Résultat void

markAsUnRead() public méthode

public markAsUnRead ( ) : void
Résultat void