C# Class nature_net.Interaction_Type

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

Private Properties

Property Type Description
OnCreated void
OnLoaded void
OnValidate void
OnidChanged void
OnidChanging void
OntypeChanged void
OntypeChanging void
attach_Interaction_Logs void
detach_Interaction_Logs void

Public Methods

Method Description
Interaction_Type ( ) : 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
OnidChanged ( ) : void
OnidChanging ( int value ) : void
OntypeChanged ( ) : void
OntypeChanging ( string value ) : void
attach_Interaction_Logs ( Interaction_Log entity ) : void
detach_Interaction_Logs ( Interaction_Log entity ) : void

Method Details

Interaction_Type() public method

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