C# Класс Engage.Dnn.Survey.AnalyzeResponses.NoRecordsTemplate

The template instantiated by the AnalyzeResponses.ResponseGrid when there are no responses to display
Наследование: ITemplate
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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.

Описание методов

InstantiateIn() публичный Метод

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.
Результат void

NoRecordsTemplate() публичный Метод

Initializes a new instance of the Engage.Dnn.Survey.AnalyzeResponses.NoRecordsTemplate class.
public NoRecordsTemplate ( string resourceFile ) : System
resourceFile string The resource file.
Результат System