C# Class DXVcs2Git.Core.Serialization.SyncHistoryWrapper

Afficher le fichier Open project: Xarlot/DXVcs2Git Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

Add() public méthode

public Add ( string sha, long timeStamp, string token, SyncHistoryStatus status = SyncHistoryStatus.Success ) : void
sha string
timeStamp long
token string
status SyncHistoryStatus
Résultat void

CreateNewToken() public méthode

public CreateNewToken ( ) : string
Résultat string

GetHead() public méthode

public GetHead ( ) : SyncHistoryItem
Résultat SyncHistoryItem

GetHistoryHead() public méthode

public GetHistoryHead ( ) : SyncHistoryItem
Résultat SyncHistoryItem

GetPrevious() public méthode

public GetPrevious ( SyncHistoryItem item ) : SyncHistoryItem
item SyncHistoryItem
Résultat SyncHistoryItem

Save() public méthode

public Save ( ) : void
Résultat void

SyncHistoryWrapper() public méthode

public SyncHistoryWrapper ( SyncHistory history, DXVcsWrapper vcsWrapper, string vcsHistoryPath, string localHistoryPath ) : System
history SyncHistory
vcsWrapper DXVcs2Git.DXVcs.DXVcsWrapper
vcsHistoryPath string
localHistoryPath string
Résultat System