C# Class UCSF.Business.DataImporter.GrantImporter

Inheritance: GrantImporterBase
Afficher le fichier Open project: CTSIatUCSF/gadgets Class Usage Examples

Méthodes protégées

Méthode Description
CheckIfGrantExists ( Grant grant ) : bool
CompleteTransaction ( ) : void
GetPrincipalInvestigator ( int principalInvestigatorId ) : PrincipalInvestigator
StartTransaction ( ) : void

Method Details

CheckIfGrantExists() protected méthode

protected CheckIfGrantExists ( Grant grant ) : bool
grant UCSF.Data.Grant
Résultat bool

CompleteTransaction() protected méthode

protected CompleteTransaction ( ) : void
Résultat void

GetPrincipalInvestigator() protected méthode

protected GetPrincipalInvestigator ( int principalInvestigatorId ) : PrincipalInvestigator
principalInvestigatorId int
Résultat UCSF.Data.PrincipalInvestigator

StartTransaction() protected méthode

protected StartTransaction ( ) : void
Résultat void