C# Class ProductsManagement.Infrastructure.Validation.GreaterOrEqualToZeroHtmlValidationConvention

Inheritance: IHtmlValidationConvention
Afficher le fichier Open project: emiaj/ProductsManagement

Méthodes publiques

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

Method Details

Applies() public méthode

public Applies ( IHtmlRuleDef def ) : bool
def IHtmlRuleDef
Résultat bool

Apply() public méthode

public Apply ( IHtmlRuleDef def, ElementRequest request, HtmlTags.HtmlTag tag ) : void
def IHtmlRuleDef
request ElementRequest
tag HtmlTags.HtmlTag
Résultat void