C# Class Orders.com.BLL.Commands.DeleteOrderCommand

Inheritance: Peasy.Core.Command
Show file Open project: peasy/Samples

Private Properties

Property Type Description

Public Methods

Method Description
DeleteOrderCommand ( long orderID, IOrderDataProxy orderDataProxy, IOrderItemService orderItemService, ITransactionContext transactionContext ) : Peasy
GetErrors ( ) : IEnumerable
GetErrorsAsync ( ) : Task>

Protected Methods

Method Description
OnExecute ( ) : void
OnExecuteAsync ( ) : System.Threading.Tasks.Task

Method Details

DeleteOrderCommand() public method

public DeleteOrderCommand ( long orderID, IOrderDataProxy orderDataProxy, IOrderItemService orderItemService, ITransactionContext transactionContext ) : Peasy
orderID long
orderDataProxy IOrderDataProxy
orderItemService IOrderItemService
transactionContext ITransactionContext
return Peasy

GetErrors() public method

public GetErrors ( ) : IEnumerable
return IEnumerable

GetErrorsAsync() public method

public GetErrorsAsync ( ) : Task>
return Task>

OnExecute() protected method

protected OnExecute ( ) : void
return void

OnExecuteAsync() protected method

protected OnExecuteAsync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task