C# Class Sep.Git.Tfs.Core.TfsInterop.BranchExtensions

显示文件 Open project: pmiossec/git-tfs

Public Methods

Method Description
AcceptVisitor ( this branch, IBranchTreeVisitor treeVisitor, int level ) : void
GetAllChildren ( this branch ) : IEnumerable
GetAllChildrenOfBranch ( this branch, string tfsPath ) : IEnumerable
GetRootTfsBranchForRemotePath ( this tfs, string remoteTfsPath, bool searchExactPath = true ) : BranchTree

Method Details

AcceptVisitor() public static method

public static AcceptVisitor ( this branch, IBranchTreeVisitor treeVisitor, int level ) : void
branch this
treeVisitor IBranchTreeVisitor
level int
return void

GetAllChildren() public static method

public static GetAllChildren ( this branch ) : IEnumerable
branch this
return IEnumerable

GetAllChildrenOfBranch() public static method

public static GetAllChildrenOfBranch ( this branch, string tfsPath ) : IEnumerable
branch this
tfsPath string
return IEnumerable

GetRootTfsBranchForRemotePath() public static method

public static GetRootTfsBranchForRemotePath ( this tfs, string remoteTfsPath, bool searchExactPath = true ) : BranchTree
tfs this
remoteTfsPath string
searchExactPath bool
return BranchTree