C# Class GiveCampWeb.Models.VolunteerJobRole

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Datei anzeigen Open project: esumerfd/Southwest-Ohio-Give-Camp Class Usage Examples

Private Properties

Property Type Description
OnCreated void
OnJobRoleIDChanged void
OnJobRoleIDChanging void
OnLoaded void
OnValidate void
OnVolunteerIDChanged void
OnVolunteerIDChanging void

Public Methods

Method Description
VolunteerJobRole ( ) : System.Data.Linq

Protected Methods

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

Private Methods

Method Description
OnCreated ( ) : void
OnJobRoleIDChanged ( ) : void
OnJobRoleIDChanging ( int value ) : void
OnLoaded ( ) : void
OnValidate ( System action ) : void
OnVolunteerIDChanged ( ) : void
OnVolunteerIDChanging ( int value ) : void

Method Details

SendPropertyChanged() protected method

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

SendPropertyChanging() protected method

protected SendPropertyChanging ( ) : void
return void

VolunteerJobRole() public method

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