Persistate API documentation
Show Method (toShow, layout, paneName)
NamespacesPersistate.UI.DesktopPWindowShow(IClassified, Layout, String)

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

Displays an object or collection using a particular Layout, and in a particular named Pane.
Declaration Syntax
C#
public void Show(
	IClassified toShow,
	Layout layout,
	string paneName
)
Parameters
toShow (IClassified)
The object or collection to display to the user.
layout (Layout)
The Layout to use to display the object or collection. May be null in which case a default is used.
paneName (String)
The name of the Pane in which to display the object or collection.
Remarks

If the object is already displayed with the default Layout, then it is not displayed again. The user interface attempts to focus the object where it is currently displayed.

Exceptions
ExceptionCondition
ArgumentNullException Parameter toShow is null.
InvalidOperationExceptionNo Layout could be found to display the object or collection, or no Pane could be found in which to show it.

Assembly: Persistate.UI.Desktop (Module: Persistate.UI.Desktop) Version: 0.6.1.20 (0.6.1.20)