C# Class ITimeU.Models.AthleteClass

Inheritance: System.Data.Objects.DataClasses.EntityObject
Show file Open project: heinek/ITimeU Class Usage Examples

Private Properties

Property Type Description
OnIDChanged void
OnIDChanging void
OnNameChanged void
OnNameChanging void

Public Methods

Method Description
CreateAthleteClass ( global id ) : AthleteClass

Create a new AthleteClass object.

Private Methods

Method Description
OnIDChanged ( ) : void
OnIDChanging ( global value ) : void
OnNameChanged ( ) : void
OnNameChanging ( global value ) : void

Method Details

CreateAthleteClass() public static method

Create a new AthleteClass object.
public static CreateAthleteClass ( global id ) : AthleteClass
id global Initial value of the ID property.
return AthleteClass