C# Class FT.DB.Committee

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

Private Properties

Свойство Type Description
Initialize void
OnCommitteeIdChanged void
OnCommitteeIdChanging void
OnCreated void
OnDeserializing void
OnLoaded void
OnNameChanged void
OnNameChanging void
OnSerialized void
OnSerializing void
OnValidate void
attach_CommitteeTrips void
attach_ItemCommittees void
attach_Laws void
detach_CommitteeTrips void
detach_ItemCommittees void
detach_Laws void

Méthodes publiques

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

Méthodes protégées

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

Private Methods

Méthode Description
Initialize ( ) : void
OnCommitteeIdChanged ( ) : void
OnCommitteeIdChanging ( int value ) : void
OnCreated ( ) : void
OnDeserializing ( StreamingContext context ) : void
OnLoaded ( ) : void
OnNameChanged ( ) : void
OnNameChanging ( string value ) : void
OnSerialized ( StreamingContext context ) : void
OnSerializing ( StreamingContext context ) : void
OnValidate ( System action ) : void
attach_CommitteeTrips ( CommitteeTrip entity ) : void
attach_ItemCommittees ( ItemCommittee entity ) : void
attach_Laws ( Law entity ) : void
detach_CommitteeTrips ( CommitteeTrip entity ) : void
detach_ItemCommittees ( ItemCommittee entity ) : void
detach_Laws ( Law entity ) : void

Method Details

Committee() public méthode

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