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

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

보호된 메소드들

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

메소드 상세

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