C# Class SilverlightMappingToolBasic.NavigationHistory

Show file Open project: chris-tomich/Glyma

Public Methods

Method Description
AddToHistory ( NodeHistoryElement nodeHistoryElem ) : void
GoBack ( ) : System.Guid
GoBackTo ( System.Guid nodeId ) : void

Method Details

AddToHistory() public method

public AddToHistory ( NodeHistoryElement nodeHistoryElem ) : void
nodeHistoryElem NodeHistoryElement
return void

GoBack() public method

public GoBack ( ) : System.Guid
return System.Guid

GoBackTo() public method

public GoBackTo ( System.Guid nodeId ) : void
nodeId System.Guid
return void