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
파일 보기 프로젝트 열기: EngageSoftware/Engage-Publish 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
CustomDisplaySettings ( IDictionary settings, int tabModuleId ) : System

메소드 상세

CustomDisplaySettings() 공개 메소드

public CustomDisplaySettings ( IDictionary settings, int tabModuleId ) : System
settings IDictionary
tabModuleId int
리턴 System