C# 클래스 DXVcs2Git.Core.Serialization.SyncHistoryWrapper

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

공개 메소드들

메소드 설명
Add ( string sha, long timeStamp, string token, SyncHistoryStatus status = SyncHistoryStatus.Success ) : void
CreateNewToken ( ) : string
GetHead ( ) : SyncHistoryItem
GetHistoryHead ( ) : SyncHistoryItem
GetPrevious ( SyncHistoryItem item ) : SyncHistoryItem
Save ( ) : void
SyncHistoryWrapper ( SyncHistory history, DXVcsWrapper vcsWrapper, string vcsHistoryPath, string localHistoryPath ) : System

메소드 상세

Add() 공개 메소드

public Add ( string sha, long timeStamp, string token, SyncHistoryStatus status = SyncHistoryStatus.Success ) : void
sha string
timeStamp long
token string
status SyncHistoryStatus
리턴 void

CreateNewToken() 공개 메소드

public CreateNewToken ( ) : string
리턴 string

GetHead() 공개 메소드

public GetHead ( ) : SyncHistoryItem
리턴 SyncHistoryItem

GetHistoryHead() 공개 메소드

public GetHistoryHead ( ) : SyncHistoryItem
리턴 SyncHistoryItem

GetPrevious() 공개 메소드

public GetPrevious ( SyncHistoryItem item ) : SyncHistoryItem
item SyncHistoryItem
리턴 SyncHistoryItem

Save() 공개 메소드

public Save ( ) : void
리턴 void

SyncHistoryWrapper() 공개 메소드

public SyncHistoryWrapper ( SyncHistory history, DXVcsWrapper vcsWrapper, string vcsHistoryPath, string localHistoryPath ) : System
history SyncHistory
vcsWrapper DXVcs2Git.DXVcs.DXVcsWrapper
vcsHistoryPath string
localHistoryPath string
리턴 System