C# Class FT.Data.SpeechPara

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

Private Properties

Property Type Description
OnNumberChanged void
OnNumberChanging void
OnParTextChanged void
OnParTextChanging void
OnSpeechIdChanged void
OnSpeechIdChanging void
OnSpeechParaIdChanged void
OnSpeechParaIdChanging void

Public Methods

Method Description
CreateSpeechPara ( global speechParaId ) : SpeechPara

Create a new SpeechPara object.

Private Methods

Method Description
OnNumberChanged ( ) : void
OnNumberChanging ( Nullable value ) : void
OnParTextChanged ( ) : void
OnParTextChanging ( global value ) : void
OnSpeechIdChanged ( ) : void
OnSpeechIdChanging ( Nullable value ) : void
OnSpeechParaIdChanged ( ) : void
OnSpeechParaIdChanging ( global value ) : void

Method Details

CreateSpeechPara() public static method

Create a new SpeechPara object.
public static CreateSpeechPara ( global speechParaId ) : SpeechPara
speechParaId global Initial value of the SpeechParaId property.
return SpeechPara