ItemWriterConfig Class
Configuration information for the special item HTML writer, including
the viewers configuration
Namespace: SobekCM.Core.UI_Configuration.ViewersAssembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
[SerializableAttribute]
[DataContractAttribute]
[ProtoContractAttribute]
[XmlRootAttribute("ItemWriterConfig")]
public class ItemWriterConfig |
Inheritance Hierarchy
Constructors
Methods
| Name | Description |
---|
| Add_Viewer | Add a new item viewer for the writer to use |
| Clear | Clears all the previously loaded information, such as the default values |
Properties
| Name | Description |
---|
| Assembly | Name of the assembly within which this class resides, unless this
is one of the default subviewers included in the core code |
| Class | Fully qualified (including namespace) name of the main class used
as the item HTML writer |
| Viewers | Collection of item viewers mapped to viewer codes |
See Also