C# 클래스 TFSExp.ExtendedMerge.MergeFactory

파일 보기 프로젝트 열기: mirik123/tfsprod 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
LinkWorkItems bool

비공개 메소드들

메소드 설명
DoMerge ( UserControl mfrm, IEnumerable lvcoll, string trg ) : void

Does the main merge operation for selected items and checks-in every changeset.

FindCommonSharedPath ( string str ) : string
GetRelatedBranches ( string trg ) : string[]

Gets the parent/child branches for argument branch path.

QueryBranchObjectOwnership ( int chid ) : string[]
ServerItemExists ( string trg ) : bool

Checks whether server path exists.

SetMergeTypes ( string targetPath, IEnumerable lvcoll ) : void

Updates ListView column "Merge Types" with available merge type from Microsoft.TeamFoundation.VersionControl.Common.MergeOptionsEx enum.

프로퍼티 상세

LinkWorkItems 공개적으로 정적으로 프로퍼티

Gets or sets a value indicating whether WorkItems should be linked also to new Changesets created after merge operation.
public static bool LinkWorkItems
리턴 bool