Table of Contents

Class ConfigurationTextElementWithoutAttributes

Base configuration element for text elements having no attributes

Inheritance
ConfigurationTextElementWithoutAttributes
Inherited Members
ConfigurationElement.Init()
ConfigurationElement.IsModified()
ConfigurationElement.ResetModified()
ConfigurationElement.IsReadOnly()
ConfigurationElement.SetReadOnly()
ConfigurationElement.ListErrors(IList)
ConfigurationElement.InitializeDefault()
ConfigurationElement.Reset(ConfigurationElement)
ConfigurationElement.Equals(object)
ConfigurationElement.GetHashCode()
ConfigurationElement.SetPropertyValue(ConfigurationProperty, object, bool)
ConfigurationElement.Unmerge(ConfigurationElement, ConfigurationElement, ConfigurationSaveMode)
ConfigurationElement.SerializeToXmlElement(XmlWriter, string)
ConfigurationElement.SerializeElement(XmlWriter, bool)
ConfigurationElement.OnRequiredPropertyNotFound(string)
ConfigurationElement.PostDeserialize()
ConfigurationElement.PreSerialize(XmlWriter)
ConfigurationElement.OnDeserializeUnrecognizedAttribute(string, string)
ConfigurationElement.OnDeserializeUnrecognizedElement(string, XmlReader)
ConfigurationElement.GetTransformedTypeString(string)
ConfigurationElement.GetTransformedAssemblyString(string)
ConfigurationElement.LockAttributes
ConfigurationElement.LockAllAttributesExcept
ConfigurationElement.LockElements
ConfigurationElement.LockAllElementsExcept
ConfigurationElement.LockItem
ConfigurationElement.this[ConfigurationProperty]
ConfigurationElement.this[string]
ConfigurationElement.Properties
ConfigurationElement.ElementInformation
ConfigurationElement.EvaluationContext
ConfigurationElement.ElementProperty
ConfigurationElement.HasContext
ConfigurationElement.CurrentConfiguration
object.ToString()
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()
object.MemberwiseClone()
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

Overrides
ConfigurationElement.DeserializeElement(XmlReader, bool)