C# Class PitchingTube.Data.Participant

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

Private Properties

Свойство Type Description
OnDescriptionChanged void
OnDescriptionChanging void
OnIndexNumberChanged void
OnIndexNumberChanging void
OnTubeIdChanged void
OnTubeIdChanging void
OnUserIdChanged void
OnUserIdChanging void

Méthodes publiques

Méthode Description
CreateParticipant ( global userId, global tubeId ) : Participant

Create a new Participant object.

Private Methods

Méthode Description
OnDescriptionChanged ( ) : void
OnDescriptionChanging ( global value ) : void
OnIndexNumberChanged ( ) : void
OnIndexNumberChanging ( Nullable value ) : void
OnTubeIdChanged ( ) : void
OnTubeIdChanging ( global value ) : void
OnUserIdChanged ( ) : void
OnUserIdChanging ( global value ) : void

Method Details

CreateParticipant() public static méthode

Create a new Participant object.
public static CreateParticipant ( global userId, global tubeId ) : Participant
userId global Initial value of the UserId property.
tubeId global Initial value of the TubeId property.
Résultat Participant