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

Mostra file Open project: MarkVSullivan/SobekCM-Web-Application Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method 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 method

Constructor for a new instance of the AggregationWriterConfig class
public AggregationWriterConfig ( ) : System
return System

Clear() public method

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
return void