Documentation for a minimal subset of the QSM API
IParameters Interface
Namespaces > QS.Fx.Base > IParameters
Represents a list of configuration parameters of the specific module.
Syntax
C#Visual BasicManaged C++
public interface IParameters : IParametersInfo
Public Interface IParameters _
	Implements IParametersInfo
public interface class IParameters : IParametersInfo
Members
All MembersConstructorsMethodsPropertiesFieldsEvents



IconMemberDescription
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.

Assembly: QuickSilver_1 (Module: QuickSilver_1) Version: 1.0.0.0