C# Class FT.DB.Ministry

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
OnMinistryIdChanged void
OnMinistryIdChanging void
OnNameChanged void
OnNameChanging void
OnSerialized void
OnSerializing void
OnValidate void
attach_Laws void
detach_Laws void

Méthodes publiques

Méthode Description
Ministry ( ) : 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
OnMinistryIdChanged ( ) : void
OnMinistryIdChanging ( int value ) : void
OnNameChanged ( ) : void
OnNameChanging ( string value ) : void
OnSerialized ( StreamingContext context ) : void
OnSerializing ( StreamingContext context ) : void
OnValidate ( System action ) : void
attach_Laws ( Law entity ) : void
detach_Laws ( Law entity ) : void

Method Details

Ministry() public méthode

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