C# 클래스 ProductsManagement.Infrastructure.Validation.RequiredHtmlValidationConvention

상속: IHtmlValidationConvention
파일 보기 프로젝트 열기: emiaj/ProductsManagement

공개 메소드들

메소드 설명
Applies ( IHtmlRuleDef def ) : bool
Apply ( IHtmlRuleDef def, ElementRequest request, HtmlTags.HtmlTag tag ) : void

메소드 상세

Applies() 공개 메소드

public Applies ( IHtmlRuleDef def ) : bool
def IHtmlRuleDef
리턴 bool

Apply() 공개 메소드

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