C# Class RedBadger.Wpug.Basketball.Domain.Team

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: redbadger/XPF

Méthodes publiques

Méthode Description
IncrementScore ( int points ) : void
OnPropertyChanged ( string propertyName ) : void
Team ( string name ) : System

Method Details

IncrementScore() public méthode

public IncrementScore ( int points ) : void
points int
Résultat void

OnPropertyChanged() public méthode

public OnPropertyChanged ( string propertyName ) : void
propertyName string
Résultat void

Team() public méthode

public Team ( string name ) : System
name string
Résultat System