C# Class FT.DB.Speech

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Afficher le fichier Open project: friism/folketsting Class Usage Examples

Private Properties

Свойство 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

Méthodes publiques

Méthode Description
Speech ( ) : System.Data.Linq

Méthodes protégées

Méthode Description
SendPropertyChanged ( String propertyName ) : void
SendPropertyChanging ( ) : void

Private Methods

Méthode 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 méthode

protected SendPropertyChanged ( String propertyName ) : void
propertyName String
Résultat void

SendPropertyChanging() protected méthode

protected SendPropertyChanging ( ) : void
Résultat void

Speech() public méthode

public Speech ( ) : System.Data.Linq
Résultat System.Data.Linq