C# Class FT.DB.Party

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

Private Properties

Property Type Description
Initialize void
OnCreated void
OnDeserializing void
OnInitialsChanged void
OnInitialsChanging void
OnLoaded void
OnNameChanged void
OnNameChanging void
OnPartyIdChanged void
OnPartyIdChanging void
OnSerialized void
OnSerializing void
OnValidate void
attach_Politicians void
detach_Politicians void

Public Methods

Method Description
Party ( ) : 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
OnInitialsChanged ( ) : void
OnInitialsChanging ( string value ) : void
OnLoaded ( ) : void
OnNameChanged ( ) : void
OnNameChanging ( string value ) : void
OnPartyIdChanged ( ) : void
OnPartyIdChanging ( int value ) : void
OnSerialized ( StreamingContext context ) : void
OnSerializing ( StreamingContext context ) : void
OnValidate ( System action ) : void
attach_Politicians ( Politician entity ) : void
detach_Politicians ( Politician entity ) : void

Method Details

Party() public method

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