C# Class FT.DB.Politician

Mostra file Open project: friism/folketsting Class Usage Examples

Private Properties

Property Type Description
Initialize void
OnBioTextChanged void
OnBioTextChanging void
OnBirthdateChanged void
OnBirthdateChanging void
OnCreated void
OnDeserializing void
OnEmailAddChanged void
OnEmailAddChanging void
OnFirstnameChanged void
OnFirstnameChanging void
OnHomepageChanged void
OnHomepageChanging void
OnImageIdChanged void
OnImageIdChanging void
OnInitialsChanged void
OnInitialsChanging void
OnJoinedStringChanged void
OnJoinedStringChanging void
OnLastnameChanged void
OnLastnameChanging void
OnLoaded void
OnMobileChanged void
OnMobileChanging void
OnPartyIdChanged void
OnPartyIdChanging void
OnPoliticianIdChanged void
OnPoliticianIdChanging void
OnSerialized void
OnSerializing void
OnTelephoneChanged void
OnTelephoneChanging void
OnTitleChanged void
OnTitleChanging void
OnValidate void
attach_CommitteeTripParticipants void
attach_P20Questions void
attach_P20Questions1 void
attach_PoliticianLawVotes void
attach_ProposedLaws void
attach_Speakers void
attach_Speeches void
detach_CommitteeTripParticipants void
detach_P20Questions void
detach_P20Questions1 void
detach_PoliticianLawVotes void
detach_ProposedLaws void
detach_Speakers void
detach_Speeches void

Public Methods

Method Description
Politician ( ) : System.Data.Linq

Protected Methods

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

Private Methods

Method Description
Initialize ( ) : void
OnBioTextChanged ( ) : void
OnBioTextChanging ( string value ) : void
OnBirthdateChanged ( ) : void
OnBirthdateChanging ( System value ) : void
OnCreated ( ) : void
OnDeserializing ( StreamingContext context ) : void
OnEmailAddChanged ( ) : void
OnEmailAddChanging ( string value ) : void
OnFirstnameChanged ( ) : void
OnFirstnameChanging ( string value ) : void
OnHomepageChanged ( ) : void
OnHomepageChanging ( string value ) : void
OnImageIdChanged ( ) : void
OnImageIdChanging ( System value ) : void
OnInitialsChanged ( ) : void
OnInitialsChanging ( string value ) : void
OnJoinedStringChanged ( ) : void
OnJoinedStringChanging ( string value ) : void
OnLastnameChanged ( ) : void
OnLastnameChanging ( string value ) : void
OnLoaded ( ) : void
OnMobileChanged ( ) : void
OnMobileChanging ( string value ) : void
OnPartyIdChanged ( ) : void
OnPartyIdChanging ( System value ) : void
OnPoliticianIdChanged ( ) : void
OnPoliticianIdChanging ( int value ) : void
OnSerialized ( StreamingContext context ) : void
OnSerializing ( StreamingContext context ) : void
OnTelephoneChanged ( ) : void
OnTelephoneChanging ( string value ) : void
OnTitleChanged ( ) : void
OnTitleChanging ( string value ) : void
OnValidate ( System action ) : void
attach_CommitteeTripParticipants ( CommitteeTripParticipant entity ) : void
attach_P20Questions ( P20Question entity ) : void
attach_P20Questions1 ( P20Question entity ) : void
attach_PoliticianLawVotes ( PoliticianLawVote entity ) : void
attach_ProposedLaws ( ProposedLaw entity ) : void
attach_Speakers ( Speaker entity ) : void
attach_Speeches ( Speech entity ) : void
detach_CommitteeTripParticipants ( CommitteeTripParticipant entity ) : void
detach_P20Questions ( P20Question entity ) : void
detach_P20Questions1 ( P20Question entity ) : void
detach_PoliticianLawVotes ( PoliticianLawVote entity ) : void
detach_ProposedLaws ( ProposedLaw entity ) : void
detach_Speakers ( Speaker entity ) : void
detach_Speeches ( Speech entity ) : void

Method Details

Politician() public method

public Politician ( ) : 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