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

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

Private Properties

프로퍼티 타입 설명
set_default void

공개 메소드들

메소드 설명
Add_Viewer ( ItemSubViewerConfig NewViewer ) : void

Add a new item viewer for the writer to use

If a viewer config already exists for the viewer type or viewer code, this will replace the existing one

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

ItemWriterConfig ( ) : System

Constructor for a new instance of the ItemWriterConfig class

SetMainMenu ( string Class, string Assembly ) : void

Sets the main menu provider for this item writer

비공개 메소드들

메소드 설명
set_default ( ) : void

메소드 상세

Add_Viewer() 공개 메소드

Add a new item viewer for the writer to use
If a viewer config already exists for the viewer type or viewer code, this will replace the existing one
public Add_Viewer ( ItemSubViewerConfig NewViewer ) : void
NewViewer ItemSubViewerConfig New viewer to add
리턴 void

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 item html subwriter class.
public Clear ( ) : void
리턴 void

ItemWriterConfig() 공개 메소드

Constructor for a new instance of the ItemWriterConfig class
public ItemWriterConfig ( ) : System
리턴 System

SetMainMenu() 공개 메소드

Sets the main menu provider for this item writer
public SetMainMenu ( string Class, string Assembly ) : void
Class string Fully qualified (including namespace) name of the class used to display the item main menu
Assembly string Name of the assembly within which this class resides, unless this /// is one of the default class/assembly included in the core code
리턴 void