C# Class StoryTeller.UserInterface.Projects.ProjectHistory

Inheritance: IProjectHistory
Mostra file Open project: adymitruk/storyteller Class Usage Examples

Public Methods

Method 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 method

public MarkAsLastAccessed ( ProjectToken token ) : void
token ProjectToken
return void

Next() public method

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

Remove() public method

public Remove ( ProjectToken projectToken ) : void
projectToken ProjectToken
return void

Store() public method

public Store ( ProjectToken token ) : void
token ProjectToken
return void