C# 클래스 Versionr.Network.Client

파일 보기 프로젝트 열기: eatplayhate/versionr 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetPassword string
GetRecordData List
PullVersions bool

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
GetPassword ( ) : string
GetRecordData ( List missingRecords ) : List
PullVersions ( SharedNetwork sharedInfo, bool &receivedData ) : bool

메소드 상세

Client() 공개 메소드

public Client ( Area area ) : System
area Area
리턴 System

Client() 공개 메소드

public Client ( System baseDirectory, bool skipChecks = false ) : System
baseDirectory System
skipChecks bool
리턴 System

Clone() 공개 메소드

public Clone ( bool full ) : bool
full bool
리턴 bool

Close() 공개 메소드

public Close ( ) : void
리턴 void

Connect() 공개 메소드

public Connect ( string host, int port, string module, bool requirewrite = false ) : bool
host string
port int
module string
requirewrite bool
리턴 bool

ListBranches() 공개 메소드

public ListBranches ( ) : Tuple,List>,Dictionary>
리턴 Tuple,List>,Dictionary>

ParseRemoteName() 공개 정적인 메소드

public static ParseRemoteName ( string name ) : Tuple
name string
리턴 Tuple

Pull() 공개 메소드

public Pull ( bool pullRemoteObjects, string branchName, bool allBranches = false ) : bool
pullRemoteObjects bool
branchName string
allBranches bool
리턴 bool

Push() 공개 메소드

public Push ( string branchName = null ) : bool
branchName string
리턴 bool

SyncCurrentRecords() 공개 메소드

public SyncCurrentRecords ( ) : bool
리턴 bool

SyncRecords() 공개 메소드

public SyncRecords ( ) : bool
리턴 bool

ToVersionrURL() 공개 정적인 메소드

public static ToVersionrURL ( string host, int port, string domain = null ) : string
host string
port int
domain string
리턴 string