C# Class Saimoe.Models.Contestant

Inheritance: System.Data.Objects.DataClasses.EntityObject
Show file Open project: quietlynn/gplus.saimoe Class Usage Examples

Private Properties

Property Type Description
OnCreatedDateChanged void
OnCreatedDateChanging void
OnGooglePlusIdChanged void
OnGooglePlusIdChanging void
OnIdChanged void
OnIdChanging void
OnLastLoginDateChanged void
OnLastLoginDateChanging void

Public Methods

Method Description
Contestant ( ) : System
Contestant ( string googlePlusId, Profile profile ) : System
CreateContestant ( global id, global googlePlusId, global createdDate, global lastLoginDate ) : Contestant

Create a new Contestant object.

Private Methods

Method Description
OnCreatedDateChanged ( ) : void
OnCreatedDateChanging ( global value ) : void
OnGooglePlusIdChanged ( ) : void
OnGooglePlusIdChanging ( global value ) : void
OnIdChanged ( ) : void
OnIdChanging ( global value ) : void
OnLastLoginDateChanged ( ) : void
OnLastLoginDateChanging ( global value ) : void

Method Details

Contestant() public method

public Contestant ( ) : System
return System

Contestant() public method

public Contestant ( string googlePlusId, Profile profile ) : System
googlePlusId string
profile Profile
return System

CreateContestant() public static method

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