Persistate API documentation
BackStack Class
NamespacesPersistateBackStack

[This is preliminary documentation and is subject to change.]

This class implements the Back and Forward functions for a particular IPWindow.
Declaration Syntax
C#
public class BackStack
Members
All MembersMethodsProperties



IconMemberDescription
Back()()()()
Pops an entry from the back stack and shows the content in its original Pane.

CanGoBack
Gets a value indicating whether the Back function is possible.

CanGoForward
Gets a value indicating whether the Forward function is possible.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Forward()()()()
Pops an entry from the forward stack and shows the content in its original Pane.

GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Remarks
The Back and Forward standard operations are implemented using this class. Although this class uses IPWindow, it cannot be used in the server - only in stand-alone applications and in the Viewer. Back and Forward are user interface operations, so they do not operate in the controller module.
Inheritance Hierarchy
Object
BackStack

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)