Click or drag to resize
weroSoft AG, Software
ClientPluginGetMainViewTView Method
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Gets the main view of this plug-in.

Namespace:  WeroSoft.ComponentModel.Client
Assembly:  WeroSoft.Client.Library (in WeroSoft.Client.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public TView GetMainView<TView>()

Type Parameters

TView
The type of the view to request.

Return Value

Type: TView
The view or null if no view is defined.
See Also