C# 클래스 Saimoe.Models.Vote

상속: System.Data.Objects.DataClasses.EntityObject
파일 보기 프로젝트 열기: quietlynn/gplus.saimoe 1 사용 예제들

Private Properties

프로퍼티 타입 설명
OnCreatedDateChanged void
OnCreatedDateChanging void
OnGooglePlusIdChanged void
OnGooglePlusIdChanging void
OnIdChanged void
OnIdChanging void
OnStatusChanged void
OnStatusChanging void

공개 메소드들

메소드 설명
CreateVote ( global id, global createdDate, global googlePlusId, global status ) : Vote

Create a new Vote object.

비공개 메소드들

메소드 설명
OnCreatedDateChanged ( ) : void
OnCreatedDateChanging ( global value ) : void
OnGooglePlusIdChanged ( ) : void
OnGooglePlusIdChanging ( global value ) : void
OnIdChanged ( ) : void
OnIdChanging ( global value ) : void
OnStatusChanged ( ) : void
OnStatusChanging ( global value ) : void

메소드 상세

CreateVote() 공개 정적인 메소드

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.
리턴 Vote