C# Class Engage.Dnn.Survey.AnalyzeResponses.NoRecordsTemplate

The template instantiated by the AnalyzeResponses.ResponseGrid when there are no responses to display
Inheritance: ITemplate
Afficher le fichier Open project: EngageSoftware/Engage-Survey

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
InstantiateIn ( Control container ) : void

Defines the Control object that child controls and templates belong to. These child controls are in turn defined within an inline template.

NoRecordsTemplate ( string resourceFile ) : System

Initializes a new instance of the Engage.Dnn.Survey.AnalyzeResponses.NoRecordsTemplate class.

Method Details

InstantiateIn() public méthode

Defines the Control object that child controls and templates belong to. These child controls are in turn defined within an inline template.
public InstantiateIn ( Control container ) : void
container System.Web.UI.Control The object to contain the instances of controls from the inline template.
Résultat void

NoRecordsTemplate() public méthode

Initializes a new instance of the Engage.Dnn.Survey.AnalyzeResponses.NoRecordsTemplate class.
public NoRecordsTemplate ( string resourceFile ) : System
resourceFile string The resource file.
Résultat System