C# Class AsynqTest.Data.Staff

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Mostrar archivo Open project: JamesDunne/Asynq Class Usage Examples

Private Properties

Property Type Description
OnCreated void
OnFirstNameChanged void
OnFirstNameChanging void
OnLastNameChanged void
OnLastNameChanging void
OnLoaded void
OnStaffIDChanged void
OnStaffIDChanging void
OnValidate void

Public Methods

Method Description
Staff ( ) : System.Data.Linq

Protected Methods

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

Private Methods

Method Description
OnCreated ( ) : void
OnFirstNameChanged ( ) : void
OnFirstNameChanging ( string value ) : void
OnLastNameChanged ( ) : void
OnLastNameChanging ( string value ) : void
OnLoaded ( ) : void
OnStaffIDChanged ( ) : void
OnStaffIDChanging ( int 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

Staff() public method

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