C# Class SourceControl.Change

The class that encapsulates a description of a change.
Afficher le fichier Open project: daptiv/Malevich Class Usage Examples

Méthodes publiques

Свойство Type Description
ChangeListFriendlyName string
ChangeListId string
ChangeListOwner string
Description string
Files IList
SdClientName string
Server ISourceControlSystem
TimeStamp System.DateTime

Méthodes publiques

Méthode Description
Change ( ISourceControlSystem server, string sdClientName, string changeListId, System.DateTime timeStamp, string description, IList files ) : System

Trivial constructor.

Change ( ISourceControlSystem server, string sdClientName, string changeListId, string changeListOwner, System.DateTime timeStamp, string description, IList bugIds, IList files ) : System

Trivial constructor.

Method Details

Change() public méthode

Trivial constructor.
public Change ( ISourceControlSystem server, string sdClientName, string changeListId, System.DateTime timeStamp, string description, IList files ) : System
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.
Résultat System

Change() public méthode

Trivial constructor.
public Change ( ISourceControlSystem server, string sdClientName, string changeListId, string changeListOwner, System.DateTime timeStamp, string description, IList bugIds, IList files ) : System
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.
Résultat System

Property Details

ChangeListFriendlyName public_oe property

The CL friendly name, for display purposes.
public string ChangeListFriendlyName
Résultat string

ChangeListId public_oe property

The CL identifier, unique within the server.
public string ChangeListId
Résultat string

ChangeListOwner public_oe property

When working with TFS shelvesets, the shelveset owner may be different from the current user.
public string ChangeListOwner
Résultat string

Description public_oe property

The description of the change.
public string Description
Résultat string

Files public_oe property

The text files in the change.
public IList Files
Résultat IList

SdClientName public_oe property

The name of the client.
public string SdClientName
Résultat string

Server public_oe property

The source control system where the change belongs.
public ISourceControlSystem Server
Résultat ISourceControlSystem

TimeStamp public_oe property

Timestamp of the change, in UTC.
public DateTime,System TimeStamp
Résultat System.DateTime