C# Класс SobekCM.Core.UI_Configuration.Viewers.ItemWriterConfig

Показать файл Открыть проект Примеры использования класса

Private Properties

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

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

Метод Описание
Add_Viewer ( ItemSubViewerConfig NewViewer ) : void

Add a new item viewer for the writer to use

If a viewer config already exists for the viewer type or viewer code, this will replace the existing one

Clear ( ) : void

Clears all the previously loaded information, such as the default values

This clears all the item viewer information, clears the assembly, and sets the class to the default item html subwriter class.

ItemWriterConfig ( ) : System

Constructor for a new instance of the ItemWriterConfig class

SetMainMenu ( string Class, string Assembly ) : void

Sets the main menu provider for this item writer

Приватные методы

Метод Описание
set_default ( ) : void

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

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

Add a new item viewer for the writer to use
If a viewer config already exists for the viewer type or viewer code, this will replace the existing one
public Add_Viewer ( ItemSubViewerConfig NewViewer ) : void
NewViewer ItemSubViewerConfig New viewer to add
Результат void

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

Clears all the previously loaded information, such as the default values
This clears all the item viewer information, clears the assembly, and sets the class to the default item html subwriter class.
public Clear ( ) : void
Результат void

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

Constructor for a new instance of the ItemWriterConfig class
public ItemWriterConfig ( ) : System
Результат System

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

Sets the main menu provider for this item writer
public SetMainMenu ( string Class, string Assembly ) : void
Class string Fully qualified (including namespace) name of the class used to display the item main menu
Assembly string Name of the assembly within which this class resides, unless this /// is one of the default class/assembly included in the core code
Результат void