C# 클래스 Tp.BugTracking.UserMapper

상속: IUserMapper
파일 보기 프로젝트 열기: TargetProcess/Target-Process-Plugins

Private Properties

프로퍼티 타입 설명
GetBugzillaUserFromStorage Tp.Integration.Common.UserDTO
GetMappedBugzillaUsers List
GetTpIdFromStorage int?
GetTpIdFromUserMapping int?

공개 메소드들

메소드 설명
GetThirdPartyIdBy ( int tpUserId ) : string
GetTpIdBy ( string thirdPartyId ) : int?
UserMapper ( IStorageRepository storageRepository, IActivityLogger logger ) : System.Collections.Generic

비공개 메소드들

메소드 설명
GetBugzillaUserFromStorage ( int tpUserId ) : UserDTO
GetMappedBugzillaUsers ( int tpUserId ) : List
GetTpIdFromStorage ( string bugzillaEmail ) : int?
GetTpIdFromUserMapping ( string userEmail ) : int?

메소드 상세

GetThirdPartyIdBy() 공개 메소드

public GetThirdPartyIdBy ( int tpUserId ) : string
tpUserId int
리턴 string

GetTpIdBy() 공개 메소드

public GetTpIdBy ( string thirdPartyId ) : int?
thirdPartyId string
리턴 int?

UserMapper() 공개 메소드

public UserMapper ( IStorageRepository storageRepository, IActivityLogger logger ) : System.Collections.Generic
storageRepository IStorageRepository
logger IActivityLogger
리턴 System.Collections.Generic