C# Class PitchingTube.Data.Participant

Inheritance: System.Data.Objects.DataClasses.EntityObject
Exibir arquivo Open project: thesameqad/pitchingtube Class Usage Examples

Private Properties

Property Type Description
OnDescriptionChanged void
OnDescriptionChanging void
OnIndexNumberChanged void
OnIndexNumberChanging void
OnTubeIdChanged void
OnTubeIdChanging void
OnUserIdChanged void
OnUserIdChanging void

Public Methods

Method Description
CreateParticipant ( global userId, global tubeId ) : Participant

Create a new Participant object.

Private Methods

Method 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 method

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.
return Participant