Property | Type | Description | |
---|---|---|---|
GetPassword | string | ||
GetRecordData | List |
||
PullVersions | bool |
Method | Description | |
---|---|---|
Client ( Area area ) : System | ||
Client ( System baseDirectory, bool skipChecks = false ) : System | ||
Clone ( bool full ) : bool | ||
Close ( ) : void | ||
Connect ( string host, int port, string module, bool requirewrite = false ) : bool | ||
ListBranches ( ) : Tuple
|
||
ParseRemoteName ( string name ) : Tuple |
||
Pull ( bool pullRemoteObjects, string branchName, bool allBranches = false ) : bool | ||
Push ( string branchName = null ) : bool | ||
SyncCurrentRecords ( ) : bool | ||
SyncRecords ( ) : bool | ||
ToVersionrURL ( string host, int port, string domain = null ) : string |
Method | Description | |
---|---|---|
GetPassword ( ) : string | ||
GetRecordData ( List |
||
PullVersions ( |
public Client ( System baseDirectory, bool skipChecks = false ) : System | ||
baseDirectory | System | |
skipChecks | bool | |
return | System |
public Connect ( string host, int port, string module, bool requirewrite = false ) : bool | ||
host | string | |
port | int | |
module | string | |
requirewrite | bool | |
return | bool |
public ListBranches ( ) : Tuple
|
||
return | Tuple
|
public static ParseRemoteName ( string name ) : Tuple |
||
name | string | |
return | Tuple |
public Pull ( bool pullRemoteObjects, string branchName, bool allBranches = false ) : bool | ||
pullRemoteObjects | bool | |
branchName | string | |
allBranches | bool | |
return | bool |
public static ToVersionrURL ( string host, int port, string domain = null ) : string | ||
host | string | |
port | int | |
domain | string | |
return | string |