C# 클래스 SourceControl.Change

The class that encapsulates a description of a change.
파일 보기 프로젝트 열기: daptiv/Malevich 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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