C# Class SobekCM.Core.UI_Configuration.Viewers.AggregationWriterConfig

Afficher le fichier Open project: MarkVSullivan/SobekCM-Web-Application Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
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.

Method Details

AggregationWriterConfig() public méthode

Constructor for a new instance of the AggregationWriterConfig class
public AggregationWriterConfig ( ) : System
Résultat System

Clear() public méthode

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
Résultat void