C# Class ITimeU.Models.AthleteClass

Inheritance: System.Data.Objects.DataClasses.EntityObject
Afficher le fichier Open project: heinek/ITimeU Class Usage Examples

Private Properties

Свойство Type Description
OnIDChanged void
OnIDChanging void
OnNameChanged void
OnNameChanging void

Méthodes publiques

Méthode Description
CreateAthleteClass ( global id ) : AthleteClass

Create a new AthleteClass object.

Private Methods

Méthode Description
OnIDChanged ( ) : void
OnIDChanging ( global value ) : void
OnNameChanged ( ) : void
OnNameChanging ( global value ) : void

Method Details

CreateAthleteClass() public static méthode

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