C# 클래스 BrokenShoeLeague.Domain.Utils

파일 보기 프로젝트 열기: YeeRSoft/broken-shoe-league

공개 메소드들

메소드 설명
CalculatePerformance ( IEnumerable stats ) : double
CalculatePerformance ( Player player ) : double
CalculatePerformance ( PlayerRecord pRecord ) : double
CalculatePerformance ( int jj, int jg, int jp, int je, int assists, int goals, int ag, int jjp ) : double
CalculatePerformanceAverage ( Player player ) : double
SendMailToUsers ( string text, List emailList ) : void

비공개 메소드들

메소드 설명
BuildBodyText ( string message ) : string

메소드 상세

CalculatePerformance() 공개 정적인 메소드

public static CalculatePerformance ( IEnumerable stats ) : double
stats IEnumerable
리턴 double

CalculatePerformance() 공개 정적인 메소드

public static CalculatePerformance ( Player player ) : double
player Player
리턴 double

CalculatePerformance() 공개 정적인 메소드

public static CalculatePerformance ( PlayerRecord pRecord ) : double
pRecord PlayerRecord
리턴 double

CalculatePerformance() 공개 정적인 메소드

public static CalculatePerformance ( int jj, int jg, int jp, int je, int assists, int goals, int ag, int jjp ) : double
jj int
jg int
jp int
je int
assists int
goals int
ag int
jjp int
리턴 double

CalculatePerformanceAverage() 공개 정적인 메소드

public static CalculatePerformanceAverage ( Player player ) : double
player Player
리턴 double

SendMailToUsers() 공개 정적인 메소드

public static SendMailToUsers ( string text, List emailList ) : void
text string
emailList List
리턴 void