C# Class SLApp_Beta.Service_Learning_Type

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Mostrar archivo Open project: WhitworthUniversity/SLApp Class Usage Examples

Private Properties

Property Type Description
OnCreated void
OnIDChanged void
OnIDChanging void
OnLoaded void
OnNameChanged void
OnNameChanging void
OnValidate void

Public Methods

Method Description
Service_Learning_Type ( ) : System.Data.Linq

Protected Methods

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

Private Methods

Method Description
OnCreated ( ) : void
OnIDChanged ( ) : void
OnIDChanging ( int value ) : void
OnLoaded ( ) : void
OnNameChanged ( ) : void
OnNameChanging ( string value ) : void
OnValidate ( System action ) : void

Method Details

SendPropertyChanged() protected method

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

SendPropertyChanging() protected method

protected SendPropertyChanging ( ) : void
return void

Service_Learning_Type() public method

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