Property | Type | Description | |
---|---|---|---|
ChangeListFriendlyName | string | ||
ChangeListId | string | ||
ChangeListOwner | string | ||
Description | string | ||
Files | IList |
||
SdClientName | string | ||
Server | ISourceControlSystem | ||
TimeStamp | System.DateTime |
Method | Description | |
---|---|---|
Change ( ISourceControlSystem server, string sdClientName, string changeListId, System.DateTime timeStamp, string description, IList |
Trivial constructor.
|
|
Change ( ISourceControlSystem server, string sdClientName, string changeListId, string changeListOwner, System.DateTime timeStamp, string description, IList |
Trivial constructor.
|
public Change ( ISourceControlSystem server, string sdClientName, string changeListId, System.DateTime timeStamp, string description, IList |
||
server | ISourceControlSystem | The source control server where the change belongs. |
sdClientName | string | In TFS, this is the name of the workspace. |
changeListId | string | The CL number of the change. |
timeStamp | System.DateTime | UTC time when the change was created. |
description | string | The description of the change. |
files | IList |
The list of (only) text files that constitute the change. |
return | System |
public Change ( ISourceControlSystem server, string sdClientName, string changeListId, string changeListOwner, System.DateTime timeStamp, string description, IList |
||
server | ISourceControlSystem | The source control server where the change belongs. |
sdClientName | string | In TFS, this is the name of the workspace. |
changeListId | string | The CL number of the change. |
changeListOwner | string | The CL owner. |
timeStamp | System.DateTime | UTC time when the change was created. |
description | string | The description of the change. |
bugIds | IList |
The bug IDs associated with this change. |
files | IList |
The list of (only) text files that constitute the change. |
return | System |