Click or drag to resize
Akka.NETHoconObject Class
This class represents an object element in a HOCON (Human-Optimized Config Object Notation) configuration string.
akka {  
  actor {
    debug {  
      receive = on 
      autoreceive = on
      lifecycle = on
      event-stream = on
      unhandled = on
    }
  }
}
Inheritance Hierarchy
SystemObject
  Akka.Configuration.HoconHoconObject

Namespace:  Akka.Configuration.Hocon
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public class HoconObject : IHoconElement

The HoconObject type exposes the following members.

Constructors
  NameDescription
Public methodHoconObject
Initializes a new instance of the HoconObject class.
Top
Properties
  NameDescription
Public propertyItems
Retrieves the underlying map that this element is based on.
Public propertyUnwrapped
Retrieves the underlying map that contains the barebones object values.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetArray
N/A
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetKey
Retrieves the value associated with the supplied key.
Public methodGetOrCreateKey
Retrieves the value associated with the supplied key. If the supplied key is not found, then one is created with a blank value.
Public methodGetString
N/A
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsArray
Determines whether this element is an array.
Public methodIsString
Determines whether this element is a string.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodMerge
Merges the specified object into this instance.
Public methodToString
Returns a HOCON string representation of this element.
(Overrides ObjectToString.)
Public methodToString(Int32)
Returns a HOCON string representation of this element.
Top
Extension Methods
See Also