Method | Description | |
---|---|---|
AddItem ( |
||
BranchFile ( |
||
DeleteItem ( |
||
GetAllFiles ( string project ) : IEnumerable |
||
GetAllProjects ( string project ) : IEnumerable |
||
GetFilePaths ( string file, string underProject ) : IEnumerable |
||
GetFileVersion ( string file ) : int | ||
GetProjectPath ( string project ) : string | ||
GetWorkingPath ( string workingRoot, string vssPath ) : string | ||
IsProjectRooted ( string project ) : bool | ||
MoveProjectFrom ( |
||
MoveProjectTo ( |
||
PinItem ( |
||
RecoverItem ( |
||
RenameItem ( |
||
SetFileVersion ( |
||
SetProjectPath ( string project, string path, string originalVssPath ) : void | ||
TryToGetPhysicalNameContainedInProject ( |
||
UnpinItem ( |
Method | Description | |
---|---|---|
GetOrCreateFile ( |
||
GetOrCreateProject ( |
||
IsInMappedSet ( string projectSpec ) : bool | ||
ResolveProjectSpec ( string projectSpec ) : |
public AddItem ( |
||
project | ||
name | ||
return |
public BranchFile ( |
||
project | ||
newName | ||
oldName | ||
return |
public DeleteItem ( |
||
project | ||
name | ||
return |
public GetAllFiles ( string project ) : IEnumerable |
||
project | string | |
return | IEnumerable |
public GetAllProjects ( string project ) : IEnumerable |
||
project | string | |
return | IEnumerable |
public GetFilePaths ( string file, string underProject ) : IEnumerable |
||
file | string | |
underProject | string | |
return | IEnumerable |
public GetProjectPath ( string project ) : string | ||
project | string | |
return | string |
public static GetWorkingPath ( string workingRoot, string vssPath ) : string | ||
workingRoot | string | |
vssPath | string | |
return | string |
public IsProjectRooted ( string project ) : bool | ||
project | string | |
return | bool |
public MoveProjectFrom ( |
||
project | ||
subproject | ||
oldProjectSpec | string | |
return |
public MoveProjectTo ( |
||
project | ||
subproject | ||
newProjectSpec | string | |
return |
public PinItem ( |
||
project | ||
name | ||
return |
public RecoverItem ( |
||
project | ||
name | ||
return |
public RenameItem ( |
||
name | ||
return |
public SetFileVersion ( |
||
name | ||
version | int | |
return | void |
public SetProjectPath ( string project, string path, string originalVssPath ) : void | ||
project | string | |
path | string | |
originalVssPath | string | |
return | void |
public TryToGetPhysicalNameContainedInProject ( |
||
project | ||
name | ||
return | string |
public UnpinItem ( |
||
project | ||
name | ||
return |