C# 클래스 DNNtc.ModuleControlProperties

This class is used to indicate which UserControls should be in the install package

ModuleControlProperties(Key, Title, ControlType, HelpUrl, SupportsPartialRendering = false, SupportsPopUps = false)

상속: System.Attribute
파일 보기 프로젝트 열기: weggetor/BBImageStory

공개 메소드들

메소드 설명
ModuleControlProperties ( string key, string title, ControlType userControlType, string helpUrl, bool supportsPartialRendering = false, bool supportsPopUps = false ) : System

Creates a attribute with the right properties to create a control.

메소드 상세

ModuleControlProperties() 공개 메소드

Creates a attribute with the right properties to create a control.
public ModuleControlProperties ( string key, string title, ControlType userControlType, string helpUrl, bool supportsPartialRendering = false, bool supportsPopUps = false ) : System
key string The key.
title string The title.
userControlType ControlType type of the user control.
helpUrl string The help URL.
supportsPartialRendering bool if set to true [supports partial rendering].
supportsPopUps bool if set to true [supports pop ups].
리턴 System