London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Interface ICommandHandler

Namespace: Mediachase.BusinessFoundation
Assembly: Mediachase.BusinessFoundation.dll
Version: 13.30.0
Syntax
public interface ICommandHandler

Methods

AddCommandHandler(Object, Object, Object)

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

GenerateClientCommand(Object, Object)

Declaration
IClientCommand GenerateClientCommand(object sender, object command)
Parameters
Type Name Description
System.Object sender
System.Object command
Returns
Type Description
IClientCommand

GetCommandScriptHandler(Object, Object)

Declaration
string GetCommandScriptHandler(object sender, object command)
Parameters
Type Name Description
System.Object sender
System.Object command
Returns
Type Description
System.String

IsCommandEnableHandler(Object, Object, Object)

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

RegisterInfrastructure(Object)

Declaration
void RegisterInfrastructure(object sender)
Parameters
Type Name Description
System.Object sender