Метод | Описание | |
---|---|---|
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 | |
Результат | void |
public static GetAllChildren ( this branch ) : IEnumerable |
||
branch | this | |
Результат | IEnumerable |
public static GetAllChildrenOfBranch ( this branch, string tfsPath ) : IEnumerable |
||
branch | this | |
tfsPath | string | |
Результат | IEnumerable |
public static GetRootTfsBranchForRemotePath ( this tfs, string remoteTfsPath, bool searchExactPath = true ) : |
||
tfs | this | |
remoteTfsPath | string | |
searchExactPath | bool | |
Результат |