The ViewManager type exposes the following members.

Methods

  NameDescription
AddService
Registers service.
Backward
Returns the view state to the previous state saved in history.
BeginAnimation
Starts animation.
ClearHistory
Clears the history of saved states.
Equals
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
Switches the view state to the next state saved in history.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetService<(Of <(T>)>)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
PrintNotFound
Shows the message which state that the report was not found.
RememberViewModel
Saves the current view state.
SetViewModel
Sets report view model.
StopAnimation
Stops animation.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)
UpdateView
Updates report view.

See Also