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

显示文件 Open project: MarkVSullivan/SobekCM-Web-Application Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Clear ( ) : void

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

This clears the assembly, and sets the class to the default web content html subwriter class.

WebContentWriterConfig ( ) : System

Constructor for a new instance of the WebContentWriterConfig class

Method Details

Clear() public method

Clears all the previously loaded information, such as the default values
This clears the assembly, and sets the class to the default web content html subwriter class.
public Clear ( ) : void
return void

WebContentWriterConfig() public method

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