Class Dashboard
Assembly: LemonEdge.ClientEntities.dll
Syntax
[CommandDescriptorOptions(Command.Dashboard, typeof(DashboardCommandParam))]
public class Dashboard : EPCommand, IHasChildren<EPCommandWithDescriptor>, IHasChildren, IEPCommand, ICommand, IDisposable
Constructors
Dashboard(IRootController, IModelLayoutCommon)
Declaration
public Dashboard(IRootController root, IModelLayoutCommon owner)
Parameters
Methods
DisplayDashboard(IModelLayoutHost, string, string)
Declaration
public static Task<bool> DisplayDashboard(IModelLayoutHost host, string name, string layoutParam)
Parameters
Returns
InternalCanExecute(object)
Declaration
public override bool InternalCanExecute(object parameter)
Parameters
Type |
Name |
Description |
object |
parameter |
The command parameter
|
Returns
Type |
Description |
bool |
If this command can be executed or not from the client application UI
|
Overrides
InternalExecuteAsync(object)
Declaration
public override Task InternalExecuteAsync(object parameter)
Parameters
Type |
Name |
Description |
object |
parameter |
The command parameter
|
Returns
Overrides
Implements
Extension Methods