C# 클래스 JustAProgrammer.TeamPilgrim.VisualStudio.Business.Services.CheckinNotesCacheWrapper

파일 보기 프로젝트 열기: StanleyGoldman/TeamPilgrim 1 사용 예제들

공개 메소드들

메소드 설명
CheckinNotesCacheWrapper ( Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer versionControlServer ) : System
GetCheckinNotes ( IEnumerable pendingChanges ) : CheckinNoteFieldDefinition[]
GetCheckinNotes ( string teamProjectPaths ) : CheckinNoteFieldDefinition[]

비공개 메소드들

메소드 설명
CheckinNotesCacheWrapper ( ) : System

메소드 상세

CheckinNotesCacheWrapper() 공개 메소드

public CheckinNotesCacheWrapper ( Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer versionControlServer ) : System
versionControlServer Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer
리턴 System

GetCheckinNotes() 공개 메소드

public GetCheckinNotes ( IEnumerable pendingChanges ) : CheckinNoteFieldDefinition[]
pendingChanges IEnumerable
리턴 CheckinNoteFieldDefinition[]

GetCheckinNotes() 공개 메소드

public GetCheckinNotes ( string teamProjectPaths ) : CheckinNoteFieldDefinition[]
teamProjectPaths string
리턴 CheckinNoteFieldDefinition[]