C# Class FT.DB.Section

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Afficher le fichier Open project: friism/folketsting Class Usage Examples

Private Properties

Свойство 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

Méthodes publiques

Méthode Description
Section ( ) : System.Data.Linq

Méthodes protégées

Méthode Description
SendPropertyChanged ( String propertyName ) : void
SendPropertyChanging ( ) : void

Private Methods

Méthode 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 méthode

public Section ( ) : System.Data.Linq
Résultat System.Data.Linq

SendPropertyChanged() protected méthode

protected SendPropertyChanged ( String propertyName ) : void
propertyName String
Résultat void

SendPropertyChanging() protected méthode

protected SendPropertyChanging ( ) : void
Résultat void