Click or drag to resize

IParametersReader interface

Interface for classes that have parameter values (string->string).

Namespace: Vishnu.Interchange
Assembly: Vishnu.Interchange (in Vishnu.Interchange.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
public interface IParameterReader

The IParameterReader Type exposes the following members.

Methods
 NameDescription of the
Public MethodInit Routine that accepts start parameters and uses the ParameterReader configured accordingly; must be configured directly after instantiation can be called up.
Public MethodReadParameter Returns a string value for a string parameter.
Back to the top
Events
 NameDescription of the
Public EventParametersReloaded Event that is triggered when the parameters have been reloaded.
Back to the top
Remarks
File: IParameterReader.cs Author: Erik Nagel 30.05.2015 Erik Nagel: created
See also