C# 클래스 FT.Data.PoliticianLawVote

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

Private Properties

프로퍼티 타입 설명
OnLawVoteIdChanged void
OnLawVoteIdChanging void
OnPoliticianIdChanged void
OnPoliticianIdChanging void
OnPoliticianLawVoteIdChanged void
OnPoliticianLawVoteIdChanging void
OnVoteChanged void
OnVoteChanging void

공개 메소드들

메소드 설명
CreatePoliticianLawVote ( global politicianLawVoteId ) : PoliticianLawVote

Create a new PoliticianLawVote object.

비공개 메소드들

메소드 설명
OnLawVoteIdChanged ( ) : void
OnLawVoteIdChanging ( Nullable value ) : void
OnPoliticianIdChanged ( ) : void
OnPoliticianIdChanging ( Nullable value ) : void
OnPoliticianLawVoteIdChanged ( ) : void
OnPoliticianLawVoteIdChanging ( global value ) : void
OnVoteChanged ( ) : void
OnVoteChanging ( Nullable value ) : void

메소드 상세

CreatePoliticianLawVote() 공개 정적인 메소드

Create a new PoliticianLawVote object.
public static CreatePoliticianLawVote ( global politicianLawVoteId ) : PoliticianLawVote
politicianLawVoteId global Initial value of the PoliticianLawVoteId property.
리턴 PoliticianLawVote