C# Class FT.DB.LawChapter

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

Private Properties

Свойство Type Description
Initialize void
OnCreated void
OnDeserializing void
OnLawChapterIdChanged void
OnLawChapterIdChanging void
OnLawIdChanged void
OnLawIdChanging void
OnLoaded void
OnNumberChanged void
OnNumberChanging void
OnSerialized void
OnSerializing void
OnStageChanged void
OnStageChanging void
OnTitelChanged void
OnTitelChanging void
OnValidate void
attach_Paragraphs void
detach_Paragraphs void

Méthodes publiques

Méthode Description
LawChapter ( ) : 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
OnLawChapterIdChanged ( ) : void
OnLawChapterIdChanging ( int value ) : void
OnLawIdChanged ( ) : void
OnLawIdChanging ( System value ) : void
OnLoaded ( ) : void
OnNumberChanged ( ) : void
OnNumberChanging ( System value ) : void
OnSerialized ( StreamingContext context ) : void
OnSerializing ( StreamingContext context ) : void
OnStageChanged ( ) : void
OnStageChanging ( System value ) : void
OnTitelChanged ( ) : void
OnTitelChanging ( string value ) : void
OnValidate ( System action ) : void
attach_Paragraphs ( Paragraph entity ) : void
detach_Paragraphs ( Paragraph entity ) : void

Method Details

LawChapter() public méthode

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