C# Class Saimoe.Models.Vote

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
OnStatusChanged void
OnStatusChanging void

Méthodes publiques

Méthode Description
CreateVote ( global id, global createdDate, global googlePlusId, global status ) : Vote

Create a new Vote object.

Private Methods

Méthode Description
OnCreatedDateChanged ( ) : void
OnCreatedDateChanging ( global value ) : void
OnGooglePlusIdChanged ( ) : void
OnGooglePlusIdChanging ( global value ) : void
OnIdChanged ( ) : void
OnIdChanging ( global value ) : void
OnStatusChanged ( ) : void
OnStatusChanging ( global value ) : void

Method Details

CreateVote() public static méthode

Create a new Vote object.
public static CreateVote ( global id, global createdDate, global googlePlusId, global status ) : Vote
id global Initial value of the Id property.
createdDate global Initial value of the CreatedDate property.
googlePlusId global Initial value of the GooglePlusId property.
status global Initial value of the Status property.
Résultat Vote