C# Class CCNet.SourceNotifier.Gateways.TeamFoundationServerGateway

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

Public Methods

Method 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

Method Description
IDisposable ( ) : void

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

Method Details

GetOldPendingChanges() public method

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

TeamFoundationServerGateway() public method

Initializes a new instance.
public TeamFoundationServerGateway ( Uri uri ) : System
uri System.Uri
return System