C# Class ProductsManagement.Infrastructure.Validation.GreaterOrEqualToZeroHtmlValidationConvention

Inheritance: IHtmlValidationConvention
Show file Open project: emiaj/ProductsManagement

Public Methods

Method Description
Applies ( IHtmlRuleDef def ) : bool
Apply ( IHtmlRuleDef def, ElementRequest request, HtmlTags.HtmlTag tag ) : void

Method Details

Applies() public method

public Applies ( IHtmlRuleDef def ) : bool
def IHtmlRuleDef
return bool

Apply() public method

public Apply ( IHtmlRuleDef def, ElementRequest request, HtmlTags.HtmlTag tag ) : void
def IHtmlRuleDef
request ElementRequest
tag HtmlTags.HtmlTag
return void