C# 클래스 BrokenShoeLeague.Domain.Player

파일 보기 프로젝트 열기: YeeRSoft/broken-shoe-league 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
CalculatePerformance ( int seasonId ) : double
Player ( ) : System
Update ( string name, string imageProfileUrl, bool enabled ) : void

메소드 상세

CalculatePerformance() 공개 메소드

public CalculatePerformance ( int seasonId ) : double
seasonId int
리턴 double

Player() 공개 메소드

public Player ( ) : System
리턴 System

Update() 공개 메소드

public Update ( string name, string imageProfileUrl, bool enabled ) : void
name string
imageProfileUrl string
enabled bool
리턴 void