C# 클래스 FT.DB.LawVote

상속: INotifyPropertyChanging, INotifyPropertyChanged
파일 보기 프로젝트 열기: friism/folketsting 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Initialize void
OnCreated void
OnDateChanged void
OnDateChanging void
OnDeserializing void
OnIsFinalChanged void
OnIsFinalChanging void
OnLawIdChanged void
OnLawIdChanging void
OnLawVoteIdChanged void
OnLawVoteIdChanging void
OnLoaded void
OnNameChanged void
OnNameChanging void
OnSerialized void
OnSerializing void
OnStageChanged void
OnStageChanging void
OnValidate void
OnVoteTextChanged void
OnVoteTextChanging void
attach_PoliticianLawVotes void
attach_UserLawVotes void
detach_PoliticianLawVotes void
detach_UserLawVotes void

공개 메소드들

메소드 설명
LawVote ( ) : System.Data.Linq

보호된 메소드들

메소드 설명
SendPropertyChanged ( String propertyName ) : void
SendPropertyChanging ( ) : void

비공개 메소드들

메소드 설명
Initialize ( ) : void
OnCreated ( ) : void
OnDateChanged ( ) : void
OnDateChanging ( System value ) : void
OnDeserializing ( StreamingContext context ) : void
OnIsFinalChanged ( ) : void
OnIsFinalChanging ( System value ) : void
OnLawIdChanged ( ) : void
OnLawIdChanging ( System value ) : void
OnLawVoteIdChanged ( ) : void
OnLawVoteIdChanging ( int value ) : void
OnLoaded ( ) : void
OnNameChanged ( ) : void
OnNameChanging ( string value ) : void
OnSerialized ( StreamingContext context ) : void
OnSerializing ( StreamingContext context ) : void
OnStageChanged ( ) : void
OnStageChanging ( System value ) : void
OnValidate ( System action ) : void
OnVoteTextChanged ( ) : void
OnVoteTextChanging ( string value ) : void
attach_PoliticianLawVotes ( PoliticianLawVote entity ) : void
attach_UserLawVotes ( UserLawVote entity ) : void
detach_PoliticianLawVotes ( PoliticianLawVote entity ) : void
detach_UserLawVotes ( UserLawVote entity ) : void

메소드 상세

LawVote() 공개 메소드

public LawVote ( ) : System.Data.Linq
리턴 System.Data.Linq

SendPropertyChanged() 보호된 메소드

protected SendPropertyChanged ( String propertyName ) : void
propertyName String
리턴 void

SendPropertyChanging() 보호된 메소드

protected SendPropertyChanging ( ) : void
리턴 void