Table of Contents

Class Configuration.AbstractConfig

Namespace
Ranorex.Core
Assembly
Ranorex.Core.dll

Base class for configuration wrapper classes that make configuration parameter easily accessible.

public abstract class Configuration.AbstractConfig
Inheritance
Configuration.AbstractConfig
Derived
Inherited Members

Constructors

AbstractConfig(Configuration)

Constructs a new wrapper class that provides access to configuration parameters in the source Configuration.

protected AbstractConfig(Configuration source)

Parameters

source Configuration

The Configuration to provide access to.

Fields

conf

The Configuration the wrapper class should provide access to.

protected readonly Configuration conf

Field Value

Configuration