C# Class PitchingTube.Data.Nomination

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

Private Properties

Свойство Type Description
OnEnterepreneurIdChanged void
OnEnterepreneurIdChanging void
OnIdChanged void
OnIdChanging void
OnInvestorIdChanged void
OnInvestorIdChanging void
OnPandingChanged void
OnPandingChanging void
OnRatingChanged void
OnRatingChanging void
OnTubeIdChanged void
OnTubeIdChanging void
OnUserIdChanged void
OnUserIdChanging void

Méthodes publiques

Méthode Description
CreateNomination ( global id, global tubeId, global investorId, global enterepreneurId, global rating, global panding ) : Nomination

Create a new Nomination object.

Private Methods

Méthode Description
OnEnterepreneurIdChanged ( ) : void
OnEnterepreneurIdChanging ( global value ) : void
OnIdChanged ( ) : void
OnIdChanging ( global value ) : void
OnInvestorIdChanged ( ) : void
OnInvestorIdChanging ( global value ) : void
OnPandingChanged ( ) : void
OnPandingChanging ( global value ) : void
OnRatingChanged ( ) : void
OnRatingChanging ( global value ) : void
OnTubeIdChanged ( ) : void
OnTubeIdChanging ( global value ) : void
OnUserIdChanged ( ) : void
OnUserIdChanging ( Nullable value ) : void

Method Details

CreateNomination() public static méthode

Create a new Nomination object.
public static CreateNomination ( global id, global tubeId, global investorId, global enterepreneurId, global rating, global panding ) : Nomination
id global Initial value of the Id property.
tubeId global Initial value of the TubeId property.
investorId global Initial value of the InvestorId property.
enterepreneurId global Initial value of the EnterepreneurId property.
rating global Initial value of the Rating property.
panding global Initial value of the Panding property.
Résultat Nomination