Class AuditHistoryToolWindow
The tool window Item used to display a AuditHistory tool window
Inherited Members
Namespace: LemonEdge.Client.Core.Views.Core
Assembly: LemonEdge.ClientCore.dll
Syntax
public class AuditHistoryToolWindow : ToolWindowItem
Constructors
AuditHistoryToolWindow(IRootController)
Creates a new tool window item for the audit history tool window with the specified current active IModelLayoutDisplayer to work against
Declaration
[ActivatorUtilitiesConstructor]
public AuditHistoryToolWindow(IRootController rootController)
Parameters
Type | Name | Description |
---|---|---|
IRootController | rootController | The app controller, for service access |
AuditHistoryToolWindow(IRootController, IModelLayoutDisplayer?)
Creates a new tool window item for the audit history tool window with the specified current active IModelLayoutDisplayer to work against
Declaration
public AuditHistoryToolWindow(IRootController rootController, IModelLayoutDisplayer? displayer = null)
Parameters
Type | Name | Description |
---|---|---|
IRootController | rootController | The app controller, for service access |
IModelLayoutDisplayer | displayer | The current active displayer to work against |
Fields
PARAM_AUDITHISTORY
The layout name this item requires to be displayed
Available so a DefaultLayoutGenerator can be implemented to create a custom layout specifically for this item
Declaration
public const string PARAM_AUDITHISTORY = "AuditHistory_ToolWindow"
Field Value
Type | Description |
---|---|
string |
Properties
ImageID
Returns the history default image
Declaration
public override Guid ImageID { get; }
Property Value
Type | Description |
---|---|
Guid |
Overrides
Label
Always returns "Usable History"
Declaration
public override string Label { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
LayoutDiplayName
Returns PARAM_AUDITHISTORY
Declaration
public override string LayoutDiplayName { get; }
Property Value
Type | Description |
---|---|
string |