Search Results for

    Show / Hide Table of Contents

    Class HoconConfigurationElement

    This class represents a custom HOCON (Human-Optimized Config Object Notation) 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>
        ...
        </hocon>
      </akka>
    </configuration>
    Inheritance
    object
    ConfigurationElement
    CDataConfigurationElement
    HoconConfigurationElement
    Inherited Members
    CDataConfigurationElement.ContentPropertyName
    CDataConfigurationElement.DeserializeElement(XmlReader, bool)
    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 class HoconConfigurationElement : CDataConfigurationElement

    Properties

    | Edit this page View Source

    Content

    Gets or sets the HOCON configuration string contained in the hocon node.

    Declaration
    [ConfigurationProperty("content", IsRequired = true, IsKey = true)]
    public string Content { get; set; }
    Property Value
    Type Description
    string

    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