Method | Description | |
---|---|---|
Create ( LocalRepository e ) : void | ||
DeleteAll ( ) : void | ||
FindOrCreate ( string root, string remoteFolder ) : LocalRepository | ||
GetById ( int id ) : LocalRepository | ||
GetRepositoryByItemFullName ( string itemFullName ) : LocalRepository | ||
RootRepo ( ) : LocalRepository | ||
Select ( string sql ) : List |
||
Update ( LocalRepository repo ) : void |
public FindOrCreate ( string root, string remoteFolder ) : LocalRepository | ||
root | string | |
remoteFolder | string | |
return | LocalRepository |
public GetRepositoryByItemFullName ( string itemFullName ) : LocalRepository | ||
itemFullName | string | |
return | LocalRepository |
public Update ( LocalRepository repo ) : void | ||
repo | LocalRepository | |
return | void |