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

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

Private Properties

Property Type Description

Public Methods

Method 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 method

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.
return void

NoRecordsTemplate() public method

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