C# Class SIL.FieldWorks.Common.RootSites.SimpleRootSiteTests.UndoableRealDataCache.CacheUndoAction

Inheritance: IUndoAction
Afficher le fichier Open project: sillsdev/FieldWorks

Méthodes publiques

Méthode Description
CacheUndoAction ( IRealDataCache cache, CacheInfo before, CacheInfo after ) : System
Commit ( ) : void
Redo ( ) : bool
Undo ( ) : bool

Private Methods

Méthode Description
CacheObject ( CacheInfo cacheInfo ) : void

Method Details

CacheUndoAction() public méthode

public CacheUndoAction ( IRealDataCache cache, CacheInfo before, CacheInfo after ) : System
cache IRealDataCache
before CacheInfo
after CacheInfo
Résultat System

Commit() public méthode

public Commit ( ) : void
Résultat void

Redo() public méthode

public Redo ( ) : bool
Résultat bool

Undo() public méthode

public Undo ( ) : bool
Résultat bool