C# 클래스 Castle.MonoRail.Framework.Helpers.ValidationStrategy.FValidateWebValidator

Implementation of a browser validator that uses the fValidate javascript library.
상속: IBrowserValidatorProvider
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono

공개 메소드들

메소드 설명
CreateConfiguration ( IDictionary parameters ) : BrowserValidationConfiguration

Implementors should attempt to read their specific configuration from the parameters, configure and return a class that extends from BrowserValidationConfiguration

CreateGenerator ( BrowserValidationConfiguration config, InputElementType inputType, IDictionary attributes ) : IBrowserValidationGenerator

Implementors should return their generator instance.

메소드 상세

CreateConfiguration() 공개 메소드

Implementors should attempt to read their specific configuration from the parameters, configure and return a class that extends from BrowserValidationConfiguration
public CreateConfiguration ( IDictionary parameters ) : BrowserValidationConfiguration
parameters IDictionary
리턴 Castle.Components.Validator.BrowserValidationConfiguration

CreateGenerator() 공개 메소드

Implementors should return their generator instance.
public CreateGenerator ( BrowserValidationConfiguration config, InputElementType inputType, IDictionary attributes ) : IBrowserValidationGenerator
config Castle.Components.Validator.BrowserValidationConfiguration
inputType InputElementType
attributes IDictionary
리턴 IBrowserValidationGenerator