C# 클래스 PitchingTube.Data.Nomination

상속: System.Data.Objects.DataClasses.EntityObject
파일 보기 프로젝트 열기: thesameqad/pitchingtube 1 사용 예제들

Private Properties

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
CreateNomination ( global id, global tubeId, global investorId, global enterepreneurId, global rating, global panding ) : Nomination

Create a new Nomination object.

비공개 메소드들

메소드 설명
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

메소드 상세

CreateNomination() 공개 정적인 메소드

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.
리턴 Nomination