Search Results for

    Show / Hide Table of Contents

    Class CDataConfigurationElement

    This class represents the base implementation for retrieving text from an XML CDATA node within a configuration file.

    <?xml version="1.0" encoding="utf-8" ?>
    <configuration>
      <configSections>
        <section name="akka" type="Akka.Configuration.Hocon.AkkaConfigurationSection, Akka" />
      </configSections>
      <akka>
        <hocon>
          &lt;![CDATA[
          ...
          ]]&gt;
        </hocon>
      </akka>
    </configuration>
    Inheritance
    object
    ConfigurationElement
    CDataConfigurationElement
    HoconConfigurationElement
    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.Equals(object, object)
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.Configuration.Hocon
    Assembly: Akka.dll
    Syntax
    public abstract class CDataConfigurationElement : ConfigurationElement

    Fields

    | Edit this page View Source

    ContentPropertyName

    The name of the property that contains the content to deserialize.

    Declaration
    protected const string ContentPropertyName = "content"
    Field Value
    Type Description
    string

    Methods

    | Edit this page View Source

    DeserializeElement(XmlReader, bool)

    Deserializes the text located in a CDATA node of the configuration file.

    Declaration
    protected override void DeserializeElement(XmlReader reader, bool serializeCollectionKey)
    Parameters
    Type Name Description
    XmlReader reader

    The XmlReader that reads from the configuration file.

    bool serializeCollectionKey

    true to serialize only the collection key properties; otherwise, false.

    Overrides
    ConfigurationElement.DeserializeElement(XmlReader, bool)

    Extension Methods

    ObjectExtensions.IsDefaultForType<T>(T)
    ObjectExtensions.AsOption<T>(T)
    Extensions.AsInstanceOf<T>(object)
    In this article
    • githubEdit this page
    • View Source
    Back to top
    Contribute
    • Project Chat
    • Discussion Forum
    • Source Code
    Support
    • Akka.NET Support Plans
    • Akka.NET Observability Tools
    • Akka.NET Training & Consulting
    Maintained By
    • Petabridge - The Akka.NET Company
    • Learn Akka.NET