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

Namespace:  WeroSoft.ComponentModel.Client
Assembly:  WeroSoft.Client.Library (in WeroSoft.Client.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public virtual IClientPluginViewModel GetViewModel()

Return Value

Type: IClientPluginViewModel
Returns null because the base type does not know a view model.

Implements

IClientPluginGetViewModel
Remarks
This method always returns null, because this is a common base implementation of plug-in technology. Override this method to return a useful plug-in view model.
See Also