Represents a list of configuration parameters of the specific module.

C# | Visual Basic | Managed C++ |
public interface IParameters : IParametersInfo
Public Interface IParameters _ Implements IParametersInfo
public interface class IParameters : IParametersInfo

All Members | Constructors | Methods | Properties | Fields | Events |
Icon | Member | Description |
---|---|---|
![]() | Get(String) |
Returns a configuration parameter with the given name.
|
![]() | Get(String, Type) |
Returns a configuration parameter with the given name and data type.
|
![]() | Get(String, Type, ParameterAccess) |
Returns a configuration parameter with the given name, data type and access.
|
![]() | Get<(Of C>)(String) |
Returns a configuration parameter with the given name and data type.
|
![]() | Get<(Of C>)(String, ParameterAccess) |
Returns a configuration parameter with the given name, data type and access.
|
![]() | Names |
The list of parameter names.
|
![]() | Parameters |
The list of parameters.
|
![]() | Parameters |
The list of parameters metadata.
(Inherited from IParametersInfo.) |
![]() | TryGet(String, IParameter) |
Returns a configuration parameter with the given name.
|
![]() | TryGet(String, Type, IParameter) |
Returns a configuration parameter with the given name and data type.
|
![]() | TryGet(String, Type, ParameterAccess, IParameter) |
Returns a configuration parameter with the given name, data type and access.
|
![]() | TryGet<(Of C>)(String, IParameter<(Of C>)) |
Returns a configuration parameter with the given name and data type.
|
![]() | TryGet<(Of C>)(String, ParameterAccess, IParameter<(Of C>)) |
Returns a configuration parameter with the given name, data type and access.
|