Click or drag to resize
weroSoft AG, Software
TriggerExtensionsGetParameters Method
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Gets the parameter collection from the processing information.

Namespace:  WeroSoft.ComponentModel.Triggering
Assembly:  WeroSoft.Core.Library (in WeroSoft.Core.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public static Dictionary<string, Object> GetParameters(
	this TriggerProcessingInfo processingInfo
)

Parameters

processingInfo
Type: WeroSoft.ComponentModel.TriggeringTriggerProcessingInfo

Return Value

Type: DictionaryString, Object

[Missing <returns> documentation for "M:WeroSoft.ComponentModel.Triggering.TriggerExtensions.GetParameters(WeroSoft.ComponentModel.Triggering.TriggerProcessingInfo)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type TriggerProcessingInfo. 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).
Exceptions
ExceptionCondition
AssertArgumentException Raised if the processingInfo is null.
InvalidOperationException Raised if the processing data is not of correct type or if no data is defined.
See Also