C# Class StaffRmb.AP_Staff_Rmb_PerDeimMuliType

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Mostra file Open project: AgapeEurope/AgapeConnect1 Class Usage Examples

Private Properties

Property Type Description
OnCreated void
OnCurrencyChanged void
OnCurrencyChanging void
OnLoaded void
OnNameChanged void
OnNameChanging void
OnPerDiemTypeIdChanged void
OnPerDiemTypeIdChanging void
OnPortalIdChanged void
OnPortalIdChanging void
OnValidate void
OnValueChanged void
OnValueChanging void

Public Methods

Method Description
AP_Staff_Rmb_PerDeimMuliType ( ) : System.Data.Linq

Protected Methods

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

Private Methods

Method Description
OnCreated ( ) : void
OnCurrencyChanged ( ) : void
OnCurrencyChanging ( string value ) : void
OnLoaded ( ) : void
OnNameChanged ( ) : void
OnNameChanging ( string value ) : void
OnPerDiemTypeIdChanged ( ) : void
OnPerDiemTypeIdChanging ( int value ) : void
OnPortalIdChanged ( ) : void
OnPortalIdChanging ( System value ) : void
OnValidate ( System action ) : void
OnValueChanged ( ) : void
OnValueChanging ( System value ) : void

Method Details

AP_Staff_Rmb_PerDeimMuliType() public method

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