Click or drag to resize
weroSoft AG, Software
TriggerExtensionsExtractSystemParameters Method
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.

Note: This API is now obsolete.

Extracts the system parameters from a collection of trigger parameter and transform them to a dictionary using string keys and string values.

Namespace:  WeroSoft.ComponentModel.Triggering
Assembly:  WeroSoft.Core.Library (in WeroSoft.Core.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
[ObsoleteAttribute("This method is no longer supported. Please use the replacing method 'ExtractSystemParametersFromTrigger'.", 
	true)]
public static Dictionary<string, string> ExtractSystemParameters(
	this List<TriggerParameter> parameters
)

Parameters

parameters
Type: System.Collections.GenericListTriggerParameter
The trigger parameter collection to get the system parameter from.

Return Value

Type: DictionaryString, String
The dictionary containing the system parameters.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ListTriggerParameter. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also