C# 클래스 LoLGears.SummonerStats

파일 보기 프로젝트 열기: hansonw/LoLGears 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ChampStats ChampionStats>.Dictionary
GamesAgainst int
GamesAs int
GamesWith int
LossesAs int
LossesWith int
TimePlayed int
WinsAs int
WinsWith int

공개 메소드들

메소드 설명
AddGame ( LogData data ) : void
SummonerStats ( string name ) : System

메소드 상세

AddGame() 공개 메소드

public AddGame ( LogData data ) : void
data LogData
리턴 void

SummonerStats() 공개 메소드

public SummonerStats ( string name ) : System
name string
리턴 System

프로퍼티 상세

ChampStats 공개적으로 프로퍼티

public Dictionary ChampStats
리턴 ChampionStats>.Dictionary

GamesAgainst 공개적으로 프로퍼티

public int GamesAgainst
리턴 int

GamesAs 공개적으로 프로퍼티

public int GamesAs
리턴 int

GamesWith 공개적으로 프로퍼티

public int GamesWith
리턴 int

LossesAs 공개적으로 프로퍼티

public int LossesAs
리턴 int

LossesWith 공개적으로 프로퍼티

public int LossesWith
리턴 int

TimePlayed 공개적으로 프로퍼티

public int TimePlayed
리턴 int

WinsAs 공개적으로 프로퍼티

public int WinsAs
리턴 int

WinsWith 공개적으로 프로퍼티

public int WinsWith
리턴 int