| IParameterLoader Interface |
Defines a class used to load parameters.
Namespace: Activsoft.EngineAssembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntaxpublic interface IParameterLoader
Public Interface IParameterLoader
public interface class IParameterLoader
type IParameterLoader = interface end
The IParameterLoader type exposes the following members.
Methods|
| Name | Description |
|---|
 | LoadTo |
Loads the parameters of the request to the given Config instance.
|
Top
See Also