C# Class nature_net.Collection_Contribution_Mapping

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Mostra file Open project: naturenet/nature-net-ppi Class Usage Examples

Private Properties

Property Type Description
OnCreated void
OnLoaded void
OnValidate void
Oncollection_idChanged void
Oncollection_idChanging void
Oncontribution_idChanged void
Oncontribution_idChanging void
OndateChanged void
OndateChanging void
OnidChanged void
OnidChanging void
Ontechnical_infoChanged void
Ontechnical_infoChanging void

Public Methods

Method Description
Collection_Contribution_Mapping ( ) : System.Data.Linq

Protected Methods

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

Private Methods

Method Description
OnCreated ( ) : void
OnLoaded ( ) : void
OnValidate ( System action ) : void
Oncollection_idChanged ( ) : void
Oncollection_idChanging ( int value ) : void
Oncontribution_idChanged ( ) : void
Oncontribution_idChanging ( int value ) : void
OndateChanged ( ) : void
OndateChanging ( System value ) : void
OnidChanged ( ) : void
OnidChanging ( int value ) : void
Ontechnical_infoChanged ( ) : void
Ontechnical_infoChanging ( string value ) : void

Method Details

Collection_Contribution_Mapping() public method

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