C# 클래스 UCSF.Business.DataImporter.BulkImporter

상속: GrantImporterBase
파일 보기 프로젝트 열기: CTSIatUCSF/gadgets 1 사용 예제들

공개 메소드들

메소드 설명
BulkImporter ( ) : System

보호된 메소드들

메소드 설명
AddGrantToRecordset ( Grant grant ) : void
CheckIfGrantExists ( Grant grant ) : bool
CompleteTransaction ( ) : void
GetPrincipalInvestigator ( int principalInvestigatorId ) : PrincipalInvestigator
StartTransaction ( ) : void

비공개 메소드들

메소드 설명
ClearLists ( ) : void

메소드 상세

AddGrantToRecordset() 보호된 메소드

protected AddGrantToRecordset ( Grant grant ) : void
grant UCSF.Data.Grant
리턴 void

BulkImporter() 공개 메소드

public BulkImporter ( ) : System
리턴 System

CheckIfGrantExists() 보호된 메소드

protected CheckIfGrantExists ( Grant grant ) : bool
grant UCSF.Data.Grant
리턴 bool

CompleteTransaction() 보호된 메소드

protected CompleteTransaction ( ) : void
리턴 void

GetPrincipalInvestigator() 보호된 메소드

protected GetPrincipalInvestigator ( int principalInvestigatorId ) : PrincipalInvestigator
principalInvestigatorId int
리턴 UCSF.Data.PrincipalInvestigator

StartTransaction() 보호된 메소드

protected StartTransaction ( ) : void
리턴 void