C# Class Orders.com.BLL.Rules.ValidOrderStatusForUpdateRule

Inheritance: Peasy.Core.RuleBase
Show file Open project: peasy/Samples Class Usage Examples

Public Methods

Method Description
ValidOrderStatusForUpdateRule ( long orderID, IOrderItemService orderItemDataProxy ) : Peasy.Core

Protected Methods

Method Description
OnValidate ( ) : void
OnValidateAsync ( ) : System.Threading.Tasks.Task

Method Details

OnValidate() protected method

protected OnValidate ( ) : void
return void

OnValidateAsync() protected method

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

ValidOrderStatusForUpdateRule() public method

public ValidOrderStatusForUpdateRule ( long orderID, IOrderItemService orderItemDataProxy ) : Peasy.Core
orderID long
orderItemDataProxy IOrderItemService
return Peasy.Core