C# Class FT.DB.Speech

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

Private Properties

Property Type Description
Initialize void
OnCreated void
OnDeliberationIdChanged void
OnDeliberationIdChanging void
OnDeserializing void
OnIsTempChanged void
OnIsTempChanging void
OnLoaded void
OnParentSpeechIdChanged void
OnParentSpeechIdChanging void
OnPoliticianIdChanged void
OnPoliticianIdChanging void
OnPoliticianTitleChanged void
OnPoliticianTitleChanging void
OnSerialized void
OnSerializing void
OnSpeechIdChanged void
OnSpeechIdChanging void
OnSpeechNrChanged void
OnSpeechNrChanging void
OnSpeechTimeChanged void
OnSpeechTimeChanging void
OnValidate void
attach_SpeechParas void
attach_Speeches void
detach_SpeechParas void
detach_Speeches void

Public Methods

Method Description
Speech ( ) : System.Data.Linq

Protected Methods

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

Private Methods

Method Description
Initialize ( ) : void
OnCreated ( ) : void
OnDeliberationIdChanged ( ) : void
OnDeliberationIdChanging ( System value ) : void
OnDeserializing ( StreamingContext context ) : void
OnIsTempChanged ( ) : void
OnIsTempChanging ( System value ) : void
OnLoaded ( ) : void
OnParentSpeechIdChanged ( ) : void
OnParentSpeechIdChanging ( System value ) : void
OnPoliticianIdChanged ( ) : void
OnPoliticianIdChanging ( System value ) : void
OnPoliticianTitleChanged ( ) : void
OnPoliticianTitleChanging ( string value ) : void
OnSerialized ( StreamingContext context ) : void
OnSerializing ( StreamingContext context ) : void
OnSpeechIdChanged ( ) : void
OnSpeechIdChanging ( int value ) : void
OnSpeechNrChanged ( ) : void
OnSpeechNrChanging ( System value ) : void
OnSpeechTimeChanged ( ) : void
OnSpeechTimeChanging ( System value ) : void
OnValidate ( System action ) : void
attach_SpeechParas ( SpeechPara entity ) : void
attach_Speeches ( Speech entity ) : void
detach_SpeechParas ( SpeechPara entity ) : void
detach_Speeches ( Speech entity ) : void

Method Details

SendPropertyChanged() protected method

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

SendPropertyChanging() protected method

protected SendPropertyChanging ( ) : void
return void

Speech() public method

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