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 ) : |
public static AcceptVisitor ( this branch, IBranchTreeVisitor treeVisitor, int level ) : void | ||
branch | this | |
treeVisitor | IBranchTreeVisitor | |
level | int | |
return | void |
public static GetAllChildren ( this branch ) : IEnumerable |
||
branch | this | |
return | IEnumerable |
public static GetAllChildrenOfBranch ( this branch, string tfsPath ) : IEnumerable |
||
branch | this | |
tfsPath | string | |
return | IEnumerable |
public static GetRootTfsBranchForRemotePath ( this tfs, string remoteTfsPath, bool searchExactPath = true ) : |
||
tfs | this | |
remoteTfsPath | string | |
searchExactPath | bool | |
return |