C# Class UCSF.Business.DataImporter.GrantImporter

Inheritance: GrantImporterBase
Show file Open project: CTSIatUCSF/gadgets Class Usage Examples

Protected Methods

Method Description
CheckIfGrantExists ( Grant grant ) : bool
CompleteTransaction ( ) : void
GetPrincipalInvestigator ( int principalInvestigatorId ) : PrincipalInvestigator
StartTransaction ( ) : void

Method Details

CheckIfGrantExists() protected method

protected CheckIfGrantExists ( Grant grant ) : bool
grant UCSF.Data.Grant
return bool

CompleteTransaction() protected method

protected CompleteTransaction ( ) : void
return void

GetPrincipalInvestigator() protected method

protected GetPrincipalInvestigator ( int principalInvestigatorId ) : PrincipalInvestigator
principalInvestigatorId int
return UCSF.Data.PrincipalInvestigator

StartTransaction() protected method

protected StartTransaction ( ) : void
return void