C# 클래스 MlbDataServer.DataFetch.GameDetailCreator

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GameDetailCreator ( string directory, bool directoryIsFullyQualified = false ) : MlbDataServer.DataStructures
GetGameCenter ( ) : GameCenter
GetGameSummary ( ) : GameSummary
GetHighlights ( ) : HighlightsCollection

메소드 상세

GameDetailCreator() 공개 메소드

public GameDetailCreator ( string directory, bool directoryIsFullyQualified = false ) : MlbDataServer.DataStructures
directory string
directoryIsFullyQualified bool
리턴 MlbDataServer.DataStructures

GetGameCenter() 공개 메소드

public GetGameCenter ( ) : GameCenter
리턴 MlbDataServer.DataStructures.GameCenter

GetGameSummary() 공개 메소드

public GetGameSummary ( ) : GameSummary
리턴 MlbDataServer.DataStructures.GameSummary

GetHighlights() 공개 메소드

public GetHighlights ( ) : HighlightsCollection
리턴 MlbDataServer.DataStructures.HighlightsCollection