C# Класс SourceControl.Change

The class that encapsulates a description of a change.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
ChangeListFriendlyName string
ChangeListId string
ChangeListOwner string
Description string
Files IList
SdClientName string
Server ISourceControlSystem
TimeStamp System.DateTime

Открытые методы

Метод Описание
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.

Описание методов

Change() публичный Метод

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.
Результат System

Change() публичный Метод

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.
Результат System

Описание свойств

ChangeListFriendlyName публичное свойство

The CL friendly name, for display purposes.
public string ChangeListFriendlyName
Результат string

ChangeListId публичное свойство

The CL identifier, unique within the server.
public string ChangeListId
Результат string

ChangeListOwner публичное свойство

When working with TFS shelvesets, the shelveset owner may be different from the current user.
public string ChangeListOwner
Результат string

Description публичное свойство

The description of the change.
public string Description
Результат string

Files публичное свойство

The text files in the change.
public IList Files
Результат IList

SdClientName публичное свойство

The name of the client.
public string SdClientName
Результат string

Server публичное свойство

The source control system where the change belongs.
public ISourceControlSystem Server
Результат ISourceControlSystem

TimeStamp публичное свойство

Timestamp of the change, in UTC.
public DateTime,System TimeStamp
Результат System.DateTime