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

Inheritance: Peasy.Core.RuleBase
Afficher le fichier Open project: peasy/Samples Class Usage Examples

Méthodes publiques

Méthode Description
CanDeleteCategoryRule ( long categoryID, IProductDataProxy productsDataProxy ) : Orders.com.BLL.DataProxy

Méthodes protégées

Méthode Description
OnValidate ( ) : void
OnValidateAsync ( ) : System.Threading.Tasks.Task

Method Details

CanDeleteCategoryRule() public méthode

public CanDeleteCategoryRule ( long categoryID, IProductDataProxy productsDataProxy ) : Orders.com.BLL.DataProxy
categoryID long
productsDataProxy IProductDataProxy
Résultat Orders.com.BLL.DataProxy

OnValidate() protected méthode

protected OnValidate ( ) : void
Résultat void

OnValidateAsync() protected méthode

protected OnValidateAsync ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task