Class DatabaseSchema
Inheritance
DatabaseSchema
Assembly: LemonEdge.ClientEntities.dll
Syntax
[CommandDescriptorOptions(Command.DatabaseSchema, null)]
public class DatabaseSchema : EPCommand, IHasChildren<EPCommandWithDescriptor>, IHasChildren, IEPCommand, ICommand, IDisposable
Constructors
DatabaseSchema(IRootController, IModelLayoutCommon)
Declaration
public DatabaseSchema(IRootController root, IModelLayoutCommon owner)
Parameters
Methods
DisplaySchema(IModelLayoutHost)
Declaration
public static Task<bool> DisplaySchema(IModelLayoutHost host)
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