C# Class FT.DB.LawVote

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Mostra file Open project: friism/folketsting Class Usage Examples

Private Properties

Property Type Description
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

Public Methods

Method Description
LawVote ( ) : System.Data.Linq

Protected Methods

Method Description
SendPropertyChanged ( String propertyName ) : void
SendPropertyChanging ( ) : void

Private Methods

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

Method Details

LawVote() public method

public LawVote ( ) : System.Data.Linq
return System.Data.Linq

SendPropertyChanged() protected method

protected SendPropertyChanged ( String propertyName ) : void
propertyName String
return void

SendPropertyChanging() protected method

protected SendPropertyChanging ( ) : void
return void