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
Показать файл Открыть проект

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

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