Click or drag to resize
IConfigReader Interface
Interface to read the configuration file and convert them to local custom objects.

Namespace:  Intuit.Ipp.Core
Assembly:  Intuit.Ipp.Core (in Intuit.Ipp.Core.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
C#
public interface IConfigReader

The IConfigReader type exposes the following members.

Methods
  NameDescription
Public methodReadConfiguration
Reads the configuration from the config file and converts it to custom config objects which the end developer will use to get or set the properties.
Top
See Also