C# Class FT.DB.AnswerPara

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

Private Properties

Property Type Description
Initialize void
OnAnswerParaIdChanged void
OnAnswerParaIdChanging void
OnCreated void
OnDeserializing void
OnLoaded void
OnNumberChanged void
OnNumberChanging void
OnParTextChanged void
OnParTextChanging void
OnQuestionIdChanged void
OnQuestionIdChanging void
OnValidate void

Public Methods

Method Description
AnswerPara ( ) : System.Data.Linq

Protected Methods

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

Private Methods

Method Description
Initialize ( ) : void
OnAnswerParaIdChanged ( ) : void
OnAnswerParaIdChanging ( int value ) : void
OnCreated ( ) : void
OnDeserializing ( StreamingContext context ) : void
OnLoaded ( ) : void
OnNumberChanged ( ) : void
OnNumberChanging ( System value ) : void
OnParTextChanged ( ) : void
OnParTextChanging ( string value ) : void
OnQuestionIdChanged ( ) : void
OnQuestionIdChanging ( System value ) : void
OnValidate ( System action ) : void

Method Details

AnswerPara() public method

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

SendPropertyChanged() protected method

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

SendPropertyChanging() protected method

protected SendPropertyChanging ( ) : void
return void