Interface IDisplayPlugin
Properties of a display plugin.
Namespace: MAT.Atlas.Client.Presentation.Plugins
Assembly: MAT.Atlas.Client.Presentation.dll
Syntax
public interface IDisplayPlugin
Properties
DisplayPluginType
Display plugin type.
Declaration
Type DisplayPluginType { get; }
Property Value
Type | Description |
---|---|
System.Type |
IconUri
Plugin icon to appear in the toolbar.
Declaration
string IconUri { get; }
Property Value
Type | Description |
---|---|
System.String |
View
View class type.
Declaration
Type View { get; }
Property Value
Type | Description |
---|---|
System.Type |
ViewModel
View model class type.
Declaration
Type ViewModel { get; }
Property Value
Type | Description |
---|---|
System.Type |