C# 클래스 SobekCM.Core.UI_Configuration.Viewers.AggregationWriterConfig

파일 보기 프로젝트 열기: MarkVSullivan/SobekCM-Web-Application 1 사용 예제들

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