C# Class FT.Data.Speech

Inheritance: System.Data.Objects.DataClasses.EntityObject
Datei anzeigen Open project: friism/folketsting Class Usage Examples

Private Properties

Property 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

Public Methods

Method Description
CreateSpeech ( global speechId ) : Speech

Create a new Speech object.

Private Methods

Method 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 method

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