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

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

Private Properties

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

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

Метод Описание
AggregationWriterConfig ( ) : System

Constructor for a new instance of the AggregationWriterConfig class

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 aggregation html subwriter class.

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

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

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

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 aggregation html subwriter class.
public Clear ( ) : void
Результат void