C# Class FT.Data.Speech

Inheritance: System.Data.Objects.DataClasses.EntityObject
Afficher le fichier Open project: friism/folketsting Class Usage Examples

Private Properties

Свойство Type Description
OnDeliberationIdChanged void
OnDeliberationIdChanging void
OnIsTempChanged void
OnIsTempChanging void
OnParentSpeechIdChanged void
OnParentSpeechIdChanging void
OnPoliticianIdChanged void
OnPoliticianIdChanging void
OnPoliticianTitleChanged void
OnPoliticianTitleChanging void
OnSpeechIdChanged void
OnSpeechIdChanging void
OnSpeechNrChanged void
OnSpeechNrChanging void
OnSpeechTimeChanged void
OnSpeechTimeChanging void

Méthodes publiques

Méthode Description
CreateSpeech ( global speechId ) : Speech

Create a new Speech object.

Private Methods

Méthode Description
OnDeliberationIdChanged ( ) : void
OnDeliberationIdChanging ( Nullable value ) : void
OnIsTempChanged ( ) : void
OnIsTempChanging ( Nullable value ) : void
OnParentSpeechIdChanged ( ) : void
OnParentSpeechIdChanging ( Nullable value ) : void
OnPoliticianIdChanged ( ) : void
OnPoliticianIdChanging ( Nullable value ) : void
OnPoliticianTitleChanged ( ) : void
OnPoliticianTitleChanging ( global value ) : void
OnSpeechIdChanged ( ) : void
OnSpeechIdChanging ( global value ) : void
OnSpeechNrChanged ( ) : void
OnSpeechNrChanging ( Nullable value ) : void
OnSpeechTimeChanged ( ) : void
OnSpeechTimeChanging ( Nullable value ) : void

Method Details

CreateSpeech() public static méthode

Create a new Speech object.
public static CreateSpeech ( global speechId ) : Speech
speechId global Initial value of the SpeechId property.
Résultat Speech