C# Class JustAProgrammer.TeamPilgrim.VisualStudio.Business.Services.CheckinNotesCacheWrapper

Datei anzeigen Open project: StanleyGoldman/TeamPilgrim Class Usage Examples

Public Methods

Method Description
CheckinNotesCacheWrapper ( Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer versionControlServer ) : System
GetCheckinNotes ( IEnumerable pendingChanges ) : CheckinNoteFieldDefinition[]
GetCheckinNotes ( string teamProjectPaths ) : CheckinNoteFieldDefinition[]

Private Methods

Method Description
CheckinNotesCacheWrapper ( ) : System

Method Details

CheckinNotesCacheWrapper() public method

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

GetCheckinNotes() public method

public GetCheckinNotes ( IEnumerable pendingChanges ) : CheckinNoteFieldDefinition[]
pendingChanges IEnumerable
return CheckinNoteFieldDefinition[]

GetCheckinNotes() public method

public GetCheckinNotes ( string teamProjectPaths ) : CheckinNoteFieldDefinition[]
teamProjectPaths string
return CheckinNoteFieldDefinition[]