C# Class StoryTeller.UserInterface.Projects.ProjectHistory

Inheritance: IProjectHistory
Afficher le fichier Open project: adymitruk/storyteller Class Usage Examples

Méthodes publiques

Méthode Description
MarkAsLastAccessed ( ProjectToken token ) : void
Next ( ProjectToken token ) : ProjectToken

Gets the next project in the history that is after the given token.

Remove ( ProjectToken projectToken ) : void
Store ( ProjectToken token ) : void

Method Details

MarkAsLastAccessed() public méthode

public MarkAsLastAccessed ( ProjectToken token ) : void
token ProjectToken
Résultat void

Next() public méthode

Gets the next project in the history that is after the given token.
public Next ( ProjectToken token ) : ProjectToken
token ProjectToken
Résultat ProjectToken

Remove() public méthode

public Remove ( ProjectToken projectToken ) : void
projectToken ProjectToken
Résultat void

Store() public méthode

public Store ( ProjectToken token ) : void
token ProjectToken
Résultat void