C# Class FT.DB.LawChange

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

Private Properties

Свойство Type Description
Initialize void
OnCreated void
OnDeserializing void
OnLawChangeIdChanged void
OnLawChangeIdChanging void
OnLoaded void
OnNoformChangeTextChanged void
OnNoformChangeTextChanging void
OnNumberChanged void
OnNumberChanging void
OnParagraphIdChanged void
OnParagraphIdChanging void
OnSerialized void
OnSerializing void
OnValidate void
attach_SubChanges void
detach_SubChanges void

Méthodes publiques

Méthode Description
LawChange ( ) : 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
OnLawChangeIdChanged ( ) : void
OnLawChangeIdChanging ( int value ) : void
OnLoaded ( ) : void
OnNoformChangeTextChanged ( ) : void
OnNoformChangeTextChanging ( string value ) : void
OnNumberChanged ( ) : void
OnNumberChanging ( System value ) : void
OnParagraphIdChanged ( ) : void
OnParagraphIdChanging ( System value ) : void
OnSerialized ( StreamingContext context ) : void
OnSerializing ( StreamingContext context ) : void
OnValidate ( System action ) : void
attach_SubChanges ( SubChange entity ) : void
detach_SubChanges ( SubChange entity ) : void

Method Details

LawChange() public méthode

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