Interface ICommandHandler
Assembly: Mediachase.BusinessFoundation.dll
Version: 13.30.0
public interface ICommandHandler
Methods
Declaration
object AddCommandHandler(object sender, object command, object argument)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
System.Object |
command |
|
System.Object |
argument |
|
Returns
Type |
Description |
System.Object |
|
Declaration
IClientCommand GenerateClientCommand(object sender, object command)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
System.Object |
command |
|
Returns
Declaration
string GetCommandScriptHandler(object sender, object command)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
System.Object |
command |
|
Returns
Type |
Description |
System.String |
|
Declaration
bool IsCommandEnableHandler(object sender, object command, object argument)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
System.Object |
command |
|
System.Object |
argument |
|
Returns
Type |
Description |
System.Boolean |
|
PostBackHandler(Object, Object, Object)
Declaration
void PostBackHandler(object sender, object command, object argument)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
System.Object |
command |
|
System.Object |
argument |
|
Declaration
void RegisterInfrastructure(object sender)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|