C# 클래스 FT.Data.UserLawVote

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

Private Properties

프로퍼티 타입 설명
OnDateChanged void
OnDateChanging void
OnLawVoteIdChanged void
OnLawVoteIdChanging void
OnUserIdChanged void
OnUserIdChanging void
OnUserLawVoteIdChanged void
OnUserLawVoteIdChanging void
OnVoteChanged void
OnVoteChanging void

공개 메소드들

메소드 설명
CreateUserLawVote ( global userLawVoteId ) : UserLawVote

Create a new UserLawVote object.

비공개 메소드들

메소드 설명
OnDateChanged ( ) : void
OnDateChanging ( Nullable value ) : void
OnLawVoteIdChanged ( ) : void
OnLawVoteIdChanging ( Nullable value ) : void
OnUserIdChanged ( ) : void
OnUserIdChanging ( Nullable value ) : void
OnUserLawVoteIdChanged ( ) : void
OnUserLawVoteIdChanging ( global value ) : void
OnVoteChanged ( ) : void
OnVoteChanging ( Nullable value ) : void

메소드 상세

CreateUserLawVote() 공개 정적인 메소드

Create a new UserLawVote object.
public static CreateUserLawVote ( global userLawVoteId ) : UserLawVote
userLawVoteId global Initial value of the UserLawVoteId property.
리턴 UserLawVote