C# Класс Saimoe.Models.Contestant

Наследование: System.Data.Objects.DataClasses.EntityObject
Показать файл Открыть проект Примеры использования класса

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