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

Inheritance: Peasy.Core.RuleBase
Mostrar archivo Open project: peasy/Samples Class Usage Examples

Public Methods

Method Description
CanDeleteCategoryRule ( long categoryID, IProductDataProxy productsDataProxy ) : Orders.com.BLL.DataProxy

Protected Methods

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

Method Details

CanDeleteCategoryRule() public method

public CanDeleteCategoryRule ( long categoryID, IProductDataProxy productsDataProxy ) : Orders.com.BLL.DataProxy
categoryID long
productsDataProxy IProductDataProxy
return Orders.com.BLL.DataProxy

OnValidate() protected method

protected OnValidate ( ) : void
return void

OnValidateAsync() protected method

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