• API Documentation
  • i-net Clear Reports
  • i-net /// software
Search Results for

    Show / Hide Table of Contents
    • inetsoftware.Config
      • Configuration
      • ConfigurationManager
    • inetsoftware.ProcessBridge
      • ProcessConfig
      • ProcessException
    • inetsoftware.ProcessBridge.Handler
      • BridgedObject
      • RefObject
    • inetsoftware.Reporting
      • DatabaseTables
      • Engine
      • ReportProperties

    Class Configuration

    Storage of the various properties used by the application to determine various behaviors, paths, and options. A description of each property and its possible values can be found in the help of the configuration manager web interface.

    Inheritance
    System.Object
    BridgedObject
    Configuration
    Inherited Members
    BridgedObject.Equals(Object)
    BridgedObject.GetHashCode()
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: inetsoftware.Config
    Assembly: inetsoftware.Reporting.dll
    Syntax
    public class Configuration : BridgedObject

    Properties

    Item[String]

    Gets or sets a configuration property with the specified key.

    Declaration
    public string this[string key] { get; set; }
    Parameters
    Type Name Description
    System.String key

    The property name

    Property Value
    Type Description
    System.String

    Methods

    FullName()

    Get the full name of the configuration (scope + name)

    Declaration
    public string FullName()
    Returns
    Type Description
    System.String

    The full name

    GetProperties()

    Get all properties of configuration in a asynchron request

    Declaration
    public Task<IDictionary<string, string>> GetProperties()
    Returns
    Type Description
    System.Threading.Tasks.Task<System.Collections.Generic.IDictionary<System.String, System.String>>

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.Object.ToString()
    In This Article
    Back to top Copyright © 1999-2025 i-net software GmbH