Click or drag to resize
IParameterLoader Interface
Defines a class used to load parameters.

Namespace: Activsoft.Engine
Assembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntax
public interface IParameterLoader

The IParameterLoader type exposes the following members.

Methods
  NameDescription
Public methodLoadTo
Loads the parameters of the request to the given Config instance.
Top
See Also