C# Class FT.DB.Section

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
OnParagraphIdChanged void
OnParagraphIdChanging void
OnSectionIdChanged void
OnSectionIdChanging void
OnTextChanged void
OnTextChanging void
OnValidate void

Public Methods

Method Description
Section ( ) : 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
OnParagraphIdChanged ( ) : void
OnParagraphIdChanging ( System value ) : void
OnSectionIdChanged ( ) : void
OnSectionIdChanging ( int value ) : void
OnTextChanged ( ) : void
OnTextChanging ( string value ) : void
OnValidate ( System action ) : void

Method Details

Section() public method

public Section ( ) : 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