C# Class Versionr.Network.Client

Afficher le fichier Open project: eatplayhate/versionr Class Usage Examples

Private Properties

Свойство Type Description
GetPassword string
GetRecordData List
PullVersions bool

Méthodes publiques

Méthode 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,List>,Dictionary>
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

Private Methods

Méthode Description
GetPassword ( ) : string
GetRecordData ( List missingRecords ) : List
PullVersions ( SharedNetwork sharedInfo, bool &receivedData ) : bool

Method Details

Client() public méthode

public Client ( Area area ) : System
area Area
Résultat System

Client() public méthode

public Client ( System baseDirectory, bool skipChecks = false ) : System
baseDirectory System
skipChecks bool
Résultat System

Clone() public méthode

public Clone ( bool full ) : bool
full bool
Résultat bool

Close() public méthode

public Close ( ) : void
Résultat void

Connect() public méthode

public Connect ( string host, int port, string module, bool requirewrite = false ) : bool
host string
port int
module string
requirewrite bool
Résultat bool

ListBranches() public méthode

public ListBranches ( ) : Tuple,List>,Dictionary>
Résultat Tuple,List>,Dictionary>

ParseRemoteName() public static méthode

public static ParseRemoteName ( string name ) : Tuple
name string
Résultat Tuple

Pull() public méthode

public Pull ( bool pullRemoteObjects, string branchName, bool allBranches = false ) : bool
pullRemoteObjects bool
branchName string
allBranches bool
Résultat bool

Push() public méthode

public Push ( string branchName = null ) : bool
branchName string
Résultat bool

SyncCurrentRecords() public méthode

public SyncCurrentRecords ( ) : bool
Résultat bool

SyncRecords() public méthode

public SyncRecords ( ) : bool
Résultat bool

ToVersionrURL() public static méthode

public static ToVersionrURL ( string host, int port, string domain = null ) : string
host string
port int
domain string
Résultat string