C# Class UCSF.Data.PrincipalInvestigator

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Afficher le fichier Open project: CTSIatUCSF/gadgets Class Usage Examples

Private Properties

Свойство 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

Méthodes publiques

Méthode Description
PrincipalInvestigator ( ) : System.Data.Linq

Méthodes protégées

Méthode Description
SendPropertyChanged ( String propertyName ) : void
SendPropertyChanging ( ) : void

Private Methods

Méthode 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 méthode

public PrincipalInvestigator ( ) : System.Data.Linq
Résultat System.Data.Linq

SendPropertyChanged() protected méthode

protected SendPropertyChanged ( String propertyName ) : void
propertyName String
Résultat void

SendPropertyChanging() protected méthode

protected SendPropertyChanging ( ) : void
Résultat void