C# Class UCSF.Business.DataImporter.BulkImporter

Inheritance: GrantImporterBase
ファイルを表示 Open project: CTSIatUCSF/gadgets Class Usage Examples

Public Methods

Method Description
BulkImporter ( ) : System

Protected Methods

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

Private Methods

Method Description
ClearLists ( ) : void

Method Details

AddGrantToRecordset() protected method

protected AddGrantToRecordset ( Grant grant ) : void
grant UCSF.Data.Grant
return void

BulkImporter() public method

public BulkImporter ( ) : System
return System

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