C# Class FT.DB.SpeechPara

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

Private Properties

Property Type Description
Initialize void
OnCreated void
OnDeserializing void
OnLoaded void
OnNumberChanged void
OnNumberChanging void
OnParTextChanged void
OnParTextChanging void
OnSpeechIdChanged void
OnSpeechIdChanging void
OnSpeechParaIdChanged void
OnSpeechParaIdChanging void
OnValidate void

Public Methods

Method Description
SpeechPara ( ) : System.Data.Linq

Protected Methods

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

Private Methods

Method Description
Initialize ( ) : void
OnCreated ( ) : void
OnDeserializing ( StreamingContext context ) : void
OnLoaded ( ) : void
OnNumberChanged ( ) : void
OnNumberChanging ( System value ) : void
OnParTextChanged ( ) : void
OnParTextChanging ( string value ) : void
OnSpeechIdChanged ( ) : void
OnSpeechIdChanging ( System value ) : void
OnSpeechParaIdChanged ( ) : void
OnSpeechParaIdChanging ( int value ) : void
OnValidate ( System action ) : void

Method Details

SendPropertyChanged() protected method

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

SendPropertyChanging() protected method

protected SendPropertyChanging ( ) : void
return void

SpeechPara() public method

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