C# Класс Sep.Git.Tfs.Core.TfsInterop.BranchExtensions

Показать файл Открыть проект

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

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

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

AcceptVisitor() публичный статический Метод

public static AcceptVisitor ( this branch, IBranchTreeVisitor treeVisitor, int level ) : void
branch this
treeVisitor IBranchTreeVisitor
level int
Результат void

GetAllChildren() публичный статический Метод

public static GetAllChildren ( this branch ) : IEnumerable
branch this
Результат IEnumerable

GetAllChildrenOfBranch() публичный статический Метод

public static GetAllChildrenOfBranch ( this branch, string tfsPath ) : IEnumerable
branch this
tfsPath string
Результат IEnumerable

GetRootTfsBranchForRemotePath() публичный статический Метод

public static GetRootTfsBranchForRemotePath ( this tfs, string remoteTfsPath, bool searchExactPath = true ) : BranchTree
tfs this
remoteTfsPath string
searchExactPath bool
Результат BranchTree