Method | Description | |
---|---|---|
DiffWithPreviousVersion ( Microsoft.TeamFoundation.VersionControl.Client.Change theChange, int changesetId ) : bool | ||
Dispose ( ) : void | ||
GetChangesForChangeset ( |
||
GetChangeset ( int changesetId ) : |
||
GetItem ( int itemId, int changesetId ) : System.Item | ||
QueryChangesetHistory ( System.DateTime from, System.DateTime to ) : IEnumerable |
||
QueryChangesetHistory ( bool ignoreMaximalChangesetRetrieval ) : IEnumerable |
||
QueryChangesetHistory ( string wildcard ) : IEnumerable |
||
SourceControlProject ( |
Initialise une nouvelle instance de la classe SourceControlProject
|
|
ViewFile ( System.Item theItem ) : void |
Method | Description | |
---|---|---|
DiffFiles ( System.Item item1, System.Item item2 ) : bool |
public DiffWithPreviousVersion ( Microsoft.TeamFoundation.VersionControl.Client.Change theChange, int changesetId ) : bool | ||
theChange | Microsoft.TeamFoundation.VersionControl.Client.Change | |
changesetId | int | |
return | bool |
public GetChangesForChangeset ( |
||
changeset | ||
return | Microsoft.TeamFoundation.VersionControl.Client.Change[] |
public GetChangeset ( int changesetId ) : |
||
changesetId | int | |
return |
public GetItem ( int itemId, int changesetId ) : System.Item | ||
itemId | int | |
changesetId | int | |
return | System.Item |
public QueryChangesetHistory ( System.DateTime from, System.DateTime to ) : IEnumerable |
||
from | System.DateTime | |
to | System.DateTime | |
return | IEnumerable |
public QueryChangesetHistory ( bool ignoreMaximalChangesetRetrieval ) : IEnumerable |
||
ignoreMaximalChangesetRetrieval | bool | |
return | IEnumerable |
public QueryChangesetHistory ( string wildcard ) : IEnumerable |
||
wildcard | string | |
return | IEnumerable |
public SourceControlProject ( |
||
configuration | The application configuration information. | |
projectId | string | The project id used to define which configuration will be used. |
return | System |
public ViewFile ( System.Item theItem ) : void | ||
theItem | System.Item | |
return | void |