C# Class FT.DB.ProposedLaw

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Mostra file Open project: friism/folketsting Class Usage Examples

Private Properties

Property Type Description
Initialize void
OnCreated void
OnDeserializing void
OnIsMinisterChanged void
OnIsMinisterChanging void
OnLawIdChanged void
OnLawIdChanging void
OnLoaded void
OnPoliticianIdChanged void
OnPoliticianIdChanging void
OnProposedLawIdChanged void
OnProposedLawIdChanging void
OnTitleChanged void
OnTitleChanging void
OnValidate void

Public Methods

Method Description
ProposedLaw ( ) : System.Data.Linq

Protected Methods

Method Description
SendPropertyChanged ( String propertyName ) : void
SendPropertyChanging ( ) : void

Private Methods

Method Description
Initialize ( ) : void
OnCreated ( ) : void
OnDeserializing ( StreamingContext context ) : void
OnIsMinisterChanged ( ) : void
OnIsMinisterChanging ( System value ) : void
OnLawIdChanged ( ) : void
OnLawIdChanging ( System value ) : void
OnLoaded ( ) : void
OnPoliticianIdChanged ( ) : void
OnPoliticianIdChanging ( System value ) : void
OnProposedLawIdChanged ( ) : void
OnProposedLawIdChanging ( int value ) : void
OnTitleChanged ( ) : void
OnTitleChanging ( string value ) : void
OnValidate ( System action ) : void

Method Details

ProposedLaw() public method

public ProposedLaw ( ) : System.Data.Linq
return System.Data.Linq

SendPropertyChanged() protected method

protected SendPropertyChanged ( String propertyName ) : void
propertyName String
return void

SendPropertyChanging() protected method

protected SendPropertyChanging ( ) : void
return void