C# Class FT.DB.Deliberation

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

Private Properties

Свойство Type Description
Initialize void
OnCreated void
OnDateChanged void
OnDateChanging void
OnDeliberationIdChanged void
OnDeliberationIdChanging void
OnDeserializing void
OnLawIdChanged void
OnLawIdChanging void
OnLoaded void
OnNumberChanged void
OnNumberChanging void
OnSerialized void
OnSerializing void
OnValidate void
attach_Speeches void
detach_Speeches void

Méthodes publiques

Méthode Description
Deliberation ( ) : 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
OnDateChanged ( ) : void
OnDateChanging ( System value ) : void
OnDeliberationIdChanged ( ) : void
OnDeliberationIdChanging ( int value ) : void
OnDeserializing ( StreamingContext context ) : void
OnLawIdChanged ( ) : void
OnLawIdChanging ( System value ) : void
OnLoaded ( ) : void
OnNumberChanged ( ) : void
OnNumberChanging ( LawStage value ) : void
OnSerialized ( StreamingContext context ) : void
OnSerializing ( StreamingContext context ) : void
OnValidate ( System action ) : void
attach_Speeches ( Speech entity ) : void
detach_Speeches ( Speech entity ) : void

Method Details

Deliberation() public méthode

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