C# Class 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
ファイルを表示 Open project: EngageSoftware/Engage-Publish Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
CustomDisplaySettings ( IDictionary settings, int tabModuleId ) : System

Method Details

CustomDisplaySettings() public method

public CustomDisplaySettings ( IDictionary settings, int tabModuleId ) : System
settings IDictionary
tabModuleId int
return System