Свойство | Тип | Описание | |
---|---|---|---|
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 |
|
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 |
public Add_Viewer ( |
||
NewViewer | New viewer to add | |
Результат | void |
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 |