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
Afficher le fichier Open project: EngageSoftware/Engage-Publish Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
CustomDisplaySettings ( IDictionary settings, int tabModuleId ) : System

Method Details

CustomDisplaySettings() public méthode

public CustomDisplaySettings ( IDictionary settings, int tabModuleId ) : System
settings IDictionary
tabModuleId int
Résultat System