C# Class UCSF.Data.PrincipalInvestigator

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Show file Open project: CTSIatUCSF/gadgets Class Usage Examples

Private Properties

Property Type Description
OnCreated void
OnEmployeeIdChanged void
OnEmployeeIdChanging void
OnLoaded void
OnNameChanged void
OnNameChanging void
OnPrincipalInvestigatorIdChanged void
OnPrincipalInvestigatorIdChanging void
OnPrincipalInvestigatorPKChanged void
OnPrincipalInvestigatorPKChanging void
OnValidate void
attach_GrantPrincipals void
detach_GrantPrincipals void

Public Methods

Method Description
PrincipalInvestigator ( ) : System.Data.Linq

Protected Methods

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

Private Methods

Method Description
OnCreated ( ) : void
OnEmployeeIdChanged ( ) : void
OnEmployeeIdChanging ( string value ) : void
OnLoaded ( ) : void
OnNameChanged ( ) : void
OnNameChanging ( string value ) : void
OnPrincipalInvestigatorIdChanged ( ) : void
OnPrincipalInvestigatorIdChanging ( int value ) : void
OnPrincipalInvestigatorPKChanged ( ) : void
OnPrincipalInvestigatorPKChanging ( System value ) : void
OnValidate ( System action ) : void
attach_GrantPrincipals ( GrantPrincipal entity ) : void
detach_GrantPrincipals ( GrantPrincipal entity ) : void

Method Details

PrincipalInvestigator() public method

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