Search Results for

    Show / Hide Table of Contents

    Interface IHoconElement

    This interface defines the contract needed to implement a HOCON (Human-Optimized Config Object Notation) element.

    Namespace: Akka.Configuration.Hocon
    Assembly: Akka.dll
    Syntax
    public interface IHoconElement

    Methods

    | Edit this page View Source

    GetArray()

    Retrieves a list of elements associated with this element.

    Declaration
    IList<HoconValue> GetArray()
    Returns
    Type Description
    IList<HoconValue>

    A list of elements associated with this element.

    | Edit this page View Source

    GetString()

    Retrieves the string representation of this element.

    Declaration
    string GetString()
    Returns
    Type Description
    string

    The string representation of this element.

    | Edit this page View Source

    IsArray()

    Determines whether this element is an array.

    Declaration
    bool IsArray()
    Returns
    Type Description
    bool

    true if this element is aan array; otherwise false

    | Edit this page View Source

    IsString()

    Determines whether this element is a string.

    Declaration
    bool IsString()
    Returns
    Type Description
    bool

    true if this element is a string; otherwise false

    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