C# Class CCNet.SourceNotifier.Gateways.TeamFoundationServerGateway

Incapsulates all the TFS-related functionality.
Inheritance: IDisposable
Afficher le fichier Open project: shuruev/CCNet.Extensions Class Usage Examples

Méthodes publiques

Méthode Description
GetOldPendingChanges ( System.DateTime olderThan ) : PendingChange>>.IEnumerable

Returns the list of all old pending changes.

TeamFoundationServerGateway ( Uri uri ) : System

Initializes a new instance.

Private Methods

Méthode Description
IDisposable ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Method Details

GetOldPendingChanges() public méthode

Returns the list of all old pending changes.
public GetOldPendingChanges ( System.DateTime olderThan ) : PendingChange>>.IEnumerable
olderThan System.DateTime
Résultat PendingChange>>.IEnumerable

TeamFoundationServerGateway() public méthode

Initializes a new instance.
public TeamFoundationServerGateway ( Uri uri ) : System
uri System.Uri
Résultat System