Class DisplayPluginAttribute
Display plugin registration attribute. Used to register display's elements with the framework.
Inheritance
System.Object
DisplayPluginAttribute
Namespace: MAT.Atlas.Client.Presentation.Plugins
Assembly: MAT.Atlas.Client.Presentation.dll
Syntax
public class DisplayPluginAttribute : Attribute
Constructors
DisplayPluginAttribute()
Declaration
public DisplayPluginAttribute()
Properties
IconUri
Pluging's icon to appear in the toolbar.
Declaration
public string IconUri { get; set; }
Property Value
Type | Description |
---|---|
System.String |
View
View class type.
Declaration
public Type View { get; set; }
Property Value
Type | Description |
---|---|
System.Type |
ViewModel
View model class type.
Declaration
public Type ViewModel { get; set; }
Property Value
Type | Description |
---|---|
System.Type |