Property | 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 |
Method | Description | |
---|---|---|
CreateNomination ( global id, global tubeId, global investorId, global enterepreneurId, global rating, global panding ) : |
Create a new Nomination object.
|
Method | 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 |
public static CreateNomination ( global id, global tubeId, global investorId, global enterepreneurId, global rating, global panding ) : |
||
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. |
return |