C# Class Saimoe.Models.Contestant

Inheritance: System.Data.Objects.DataClasses.EntityObject
Afficher le fichier Open project: quietlynn/gplus.saimoe Class Usage Examples

Private Properties

Свойство Type Description
OnCreatedDateChanged void
OnCreatedDateChanging void
OnGooglePlusIdChanged void
OnGooglePlusIdChanging void
OnIdChanged void
OnIdChanging void
OnLastLoginDateChanged void
OnLastLoginDateChanging void

Méthodes publiques

Méthode 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

Méthode 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 méthode

public Contestant ( ) : System
Résultat System

Contestant() public méthode

public Contestant ( string googlePlusId, Profile profile ) : System
googlePlusId string
profile Profile
Résultat System

CreateContestant() public static méthode

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.
Résultat Contestant