C# 클래스 Sep.Git.Tfs.Core.TfsInterop.BranchExtensions

파일 보기 프로젝트 열기: pmiossec/git-tfs

공개 메소드들

메소드 설명
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