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

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

Méthodes publiques

Méthode Description
CannotEditPropertyRule ( string propertyName ) : Peasy.Core

Méthodes protégées

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

Method Details

CannotEditPropertyRule() public méthode

public CannotEditPropertyRule ( string propertyName ) : Peasy.Core
propertyName string
Résultat Peasy.Core

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