Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
IViewManager Interface
NamespacesGenesyslab.Desktop.Infrastructure.ViewManagerIViewManager
Represents the view manager.
Declaration Syntax
C#Visual BasicVisual C++
public interface IViewManager
Public Interface IViewManager
public interface class IViewManager
Members
All MembersMethodsProperties



IconMemberDescription
ActivateViewInRegion(Object, String, String)
Activates the view in the specified region.

AddViewsToRegion(String, IList<(Of <(ViewActivator>)>))
Adds the views to region.

GetViewInRegion(Object, String, String)
Gets the view in the specified region.

InstantiateDynamicViewInRegion(Object, String, String, String)
Instantiates the dynamic view in a region.

InstantiateDynamicViewInRegion(Object, String, String, String, Object)
Instantiates the dynamic view in a region.

InstantiateShell(String, String, String, Object)
Instantiates the shell (a root view like a shell).

InstantiateViewsInRegion(Object, String)
Instantiates the views in a region.

InstantiateViewsInRegion(Object, String, Object)
Instantiates the views in a region.

RemoveAllViewsInRegion(Object, String)
Removes all views in a region.

RemoveShell(String)
Removes the shell.

RemoveViewInRegion(Object, String, String)
Removes the view in a region.

SetRegionManagerForControl(Object, DependencyObject)
Sets the region manager for a control.

UnsetRegionManagerForControl(DependencyObject)
Unsets the region manager for control.

ViewsByRegionName
Gets the view activators by region name.

Assembly: Genesyslab.Desktop.Infrastructure (Module: Genesyslab.Desktop.Infrastructure) Version: 8.0.2.15 (8.0.002.15)