C# 클래스 Engage.Dnn.Survey.AnalyzeResponses.NoRecordsTemplate

The template instantiated by the AnalyzeResponses.ResponseGrid when there are no responses to display
상속: ITemplate
파일 보기 프로젝트 열기: EngageSoftware/Engage-Survey

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