C# 클래스 ITimeU.Models.RaceModel

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

Private Properties

프로퍼티 타입 설명
TryToGetById RaceModel

공개 메소드들

메소드 설명
Delete ( ) : void
GetAthletes ( ) : List
GetAthletesNotConnected ( int classId ) : List
GetById ( int idToGet ) : RaceModel
GetRace ( int id ) : Race
GetRaces ( ) : List
GetRaces ( int eventId ) : List
GetTimerId ( ) : int?
HasTimer ( ) : bool
RaceModel ( ) : System
RaceModel ( Race raceDb ) : System
RaceModel ( string name, System.DateTime startDate ) : System
Save ( ) : bool
UpdateRaceDate ( System.DateTime date ) : void
UpdateRaceDistance ( int distance ) : void
UpdateRaceName ( string name ) : void

비공개 메소드들

메소드 설명
TryToGetById ( int idToGet, Entities entities ) : RaceModel

메소드 상세

Delete() 공개 메소드

public Delete ( ) : void
리턴 void

GetAthletes() 공개 메소드

public GetAthletes ( ) : List
리턴 List

GetAthletesNotConnected() 공개 메소드

public GetAthletesNotConnected ( int classId ) : List
classId int
리턴 List

GetById() 공개 정적인 메소드

public static GetById ( int idToGet ) : RaceModel
idToGet int
리턴 RaceModel

GetRace() 공개 정적인 메소드

public static GetRace ( int id ) : Race
id int
리턴 Race

GetRaces() 공개 정적인 메소드

public static GetRaces ( ) : List
리턴 List

GetRaces() 공개 정적인 메소드

public static GetRaces ( int eventId ) : List
eventId int
리턴 List

GetTimerId() 공개 메소드

public GetTimerId ( ) : int?
리턴 int?

HasTimer() 공개 메소드

public HasTimer ( ) : bool
리턴 bool

RaceModel() 공개 메소드

public RaceModel ( ) : System
리턴 System

RaceModel() 공개 메소드

public RaceModel ( Race raceDb ) : System
raceDb Race
리턴 System

RaceModel() 공개 메소드

public RaceModel ( string name, System.DateTime startDate ) : System
name string
startDate System.DateTime
리턴 System

Save() 공개 메소드

public Save ( ) : bool
리턴 bool

UpdateRaceDate() 공개 메소드

public UpdateRaceDate ( System.DateTime date ) : void
date System.DateTime
리턴 void

UpdateRaceDistance() 공개 메소드

public UpdateRaceDistance ( int distance ) : void
distance int
리턴 void

UpdateRaceName() 공개 메소드

public UpdateRaceName ( string name ) : void
name string
리턴 void