C# Class Saimoe.Models.Vote

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

Public Methods

Method Description
CreateVote ( global id, global createdDate, global googlePlusId, global status ) : Vote

Create a new Vote object.

Private Methods

Method 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 method

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