C# Class TFSExp.ExtendedMerge.MergeFactory

Exibir arquivo Open project: mirik123/tfsprod Class Usage Examples

Public Properties

Property Type Description
LinkWorkItems bool

Private Methods

Method Description
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.

Property Details

LinkWorkItems public_oe static_oe property

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