C# Класс Engage.Dnn.Publish.Controls.CustomDisplaySettings

This class is used as a representation for the Settings of the Custom Display control. It contains strongly typed names for each of the required settings. The reason it exists is so that it can be used in two contexts. The CustomDisplayOption control and CustomDisplay control. This centralizes the settings properties into one place to avoid duplicate code and errors. HK
Показать файл Открыть проект Примеры использования класса

Private Properties

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

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

Метод Описание
CustomDisplaySettings ( IDictionary settings, int tabModuleId ) : System

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

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

public CustomDisplaySettings ( IDictionary settings, int tabModuleId ) : System
settings IDictionary
tabModuleId int
Результат System