C# Class BrokenShoeLeague.Domain.Player

Afficher le fichier Open project: YeeRSoft/broken-shoe-league Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
CalculatePerformance ( int seasonId ) : double
Player ( ) : System
Update ( string name, string imageProfileUrl, bool enabled ) : void

Method Details

CalculatePerformance() public méthode

public CalculatePerformance ( int seasonId ) : double
seasonId int
Résultat double

Player() public méthode

public Player ( ) : System
Résultat System

Update() public méthode

public Update ( string name, string imageProfileUrl, bool enabled ) : void
name string
imageProfileUrl string
enabled bool
Résultat void