Class ConfigurationTextElementWithoutAttributes
Base configuration element for text elements having no attributes
Inheritance
ConfigurationTextElementWithoutAttributes
Inherited Members
Namespace: HP.LFT.Report.Configuration
Assembly: HP.LFT.Report.dll
Syntax
public class ConfigurationTextElementWithoutAttributes : ConfigurationElement
Constructors
ConfigurationTextElementWithoutAttributes()
Declaration
public ConfigurationTextElementWithoutAttributes()
Properties
Value
Gets the value of the configuration element.
Declaration
public string Value { get; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
DeserializeElement(XmlReader, bool)
Overrides of base method which reads XML from the configuration file.
Declaration
protected override void DeserializeElement(XmlReader reader, bool serializeCollectionKey)
Parameters
| Type | Name | Description |
|---|---|---|
| XmlReader | reader | he System.Xml.XmlReader that reads from the configuration file |
| bool | serializeCollectionKey | true to serialize only the collection key properties; otherwise, false |