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

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

Public Methods

Method Description
CannotEditPropertyRule ( string propertyName ) : Peasy.Core

Protected Methods

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

Method Details

CannotEditPropertyRule() public method

public CannotEditPropertyRule ( string propertyName ) : Peasy.Core
propertyName string
return Peasy.Core

OnValidate() protected method

protected OnValidate ( ) : void
return void

OnValidateAsync() protected method

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