C# Class Engage.Survey.UI.SurveyControl.ValidatorsTemplateContainer

A container for the SurveyControl.Validators template
Inheritance: System.Web.UI.Control, INamingContainer
Mostrar archivo Open project: EngageSoftware/Engage-Survey

Private Properties

Property Type Description

Public Methods

Method Description
ValidatorsTemplateContainer ( string validationGroup ) : System

Initializes a new instance of the ValidatorsTemplateContainer class.

Method Details

ValidatorsTemplateContainer() public method

Initializes a new instance of the ValidatorsTemplateContainer class.
public ValidatorsTemplateContainer ( string validationGroup ) : System
validationGroup string The validation group.
return System