C# Class ITimeU.Models.Race

Inheritance: System.Data.Objects.DataClasses.EntityObject
显示文件 Open project: heinek/ITimeU Class Usage Examples

Private Properties

Property Type Description
OnDistanceChanged void
OnDistanceChanging void
OnEventIdChanged void
OnEventIdChanging void
OnIsDeletedChanged void
OnIsDeletedChanging void
OnNameChanged void
OnNameChanging void
OnRaceIDChanged void
OnRaceIDChanging void
OnStartDateChanged void
OnStartDateChanging void

Public Methods

Method Description
CreateRace ( global raceID, global name, global startDate, global isDeleted ) : Race

Create a new Race object.

Private Methods

Method Description
OnDistanceChanged ( ) : void
OnDistanceChanging ( Nullable value ) : void
OnEventIdChanged ( ) : void
OnEventIdChanging ( Nullable value ) : void
OnIsDeletedChanged ( ) : void
OnIsDeletedChanging ( global value ) : void
OnNameChanged ( ) : void
OnNameChanging ( global value ) : void
OnRaceIDChanged ( ) : void
OnRaceIDChanging ( global value ) : void
OnStartDateChanged ( ) : void
OnStartDateChanging ( global value ) : void

Method Details

CreateRace() public static method

Create a new Race object.
public static CreateRace ( global raceID, global name, global startDate, global isDeleted ) : Race
raceID global Initial value of the RaceID property.
name global Initial value of the Name property.
startDate global Initial value of the StartDate property.
isDeleted global Initial value of the IsDeleted property.
return Race