C# 클래스 Saimoe.Models.Contestant

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

Private Properties

프로퍼티 타입 설명
OnCreatedDateChanged void
OnCreatedDateChanging void
OnGooglePlusIdChanged void
OnGooglePlusIdChanging void
OnIdChanged void
OnIdChanging void
OnLastLoginDateChanged void
OnLastLoginDateChanging void

공개 메소드들

메소드 설명
Contestant ( ) : System
Contestant ( string googlePlusId, Profile profile ) : System
CreateContestant ( global id, global googlePlusId, global createdDate, global lastLoginDate ) : Contestant

Create a new Contestant object.

비공개 메소드들

메소드 설명
OnCreatedDateChanged ( ) : void
OnCreatedDateChanging ( global value ) : void
OnGooglePlusIdChanged ( ) : void
OnGooglePlusIdChanging ( global value ) : void
OnIdChanged ( ) : void
OnIdChanging ( global value ) : void
OnLastLoginDateChanged ( ) : void
OnLastLoginDateChanging ( global value ) : void

메소드 상세

Contestant() 공개 메소드

public Contestant ( ) : System
리턴 System

Contestant() 공개 메소드

public Contestant ( string googlePlusId, Profile profile ) : System
googlePlusId string
profile Profile
리턴 System

CreateContestant() 공개 정적인 메소드

Create a new Contestant object.
public static CreateContestant ( global id, global googlePlusId, global createdDate, global lastLoginDate ) : Contestant
id global Initial value of the Id property.
googlePlusId global Initial value of the GooglePlusId property.
createdDate global Initial value of the CreatedDate property.
lastLoginDate global Initial value of the LastLoginDate property.
리턴 Contestant