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

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

Méthodes publiques

Méthode Description
CanDeleteCustomerRule ( long customerID, IOrderService orderService ) : Orders.com.BLL.Services

Méthodes protégées

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

Method Details

CanDeleteCustomerRule() public méthode

public CanDeleteCustomerRule ( long customerID, IOrderService orderService ) : Orders.com.BLL.Services
customerID long
orderService IOrderService
Résultat Orders.com.BLL.Services

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