Castle.MonoRail.Framework.Helpers.ValidationStrategy.ZebdaWebValidator.CreateGenerator C# (CSharp) Method

CreateGenerator() public method

Pendent
public CreateGenerator ( BrowserValidationConfiguration config, InputElementType inputType, IDictionary attributes ) : IBrowserValidationGenerator
config Castle.Components.Validator.BrowserValidationConfiguration
inputType InputElementType
attributes IDictionary
return IBrowserValidationGenerator
		public IBrowserValidationGenerator CreateGenerator(BrowserValidationConfiguration config, InputElementType inputType,
		                                                   IDictionary attributes)
		{
			return new ZebdaWebValidationGenerator(inputType, attributes);
		}
	}