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

Afficher le fichier Open project: StanleyGoldman/TeamPilgrim Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
CheckinNotesCacheWrapper ( ) : System

Method Details

CheckinNotesCacheWrapper() public méthode

public CheckinNotesCacheWrapper ( Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer versionControlServer ) : System
versionControlServer Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer
Résultat System

GetCheckinNotes() public méthode

public GetCheckinNotes ( IEnumerable pendingChanges ) : CheckinNoteFieldDefinition[]
pendingChanges IEnumerable
Résultat CheckinNoteFieldDefinition[]

GetCheckinNotes() public méthode

public GetCheckinNotes ( string teamProjectPaths ) : CheckinNoteFieldDefinition[]
teamProjectPaths string
Résultat CheckinNoteFieldDefinition[]