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