C# Class GiveCampWeb.Models.VolunteerTechnology

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
显示文件 Open project: esumerfd/Southwest-Ohio-Give-Camp Class Usage Examples

Private Properties

Property Type Description
OnCreated void
OnLoaded void
OnTechnologyIDChanged void
OnTechnologyIDChanging void
OnValidate void
OnVolunteerIDChanged void
OnVolunteerIDChanging void

Public Methods

Method Description
VolunteerTechnology ( ) : System.Data.Linq

Protected Methods

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

Private Methods

Method Description
OnCreated ( ) : void
OnLoaded ( ) : void
OnTechnologyIDChanged ( ) : void
OnTechnologyIDChanging ( int value ) : 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

VolunteerTechnology() public method

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