Click or drag to resize
weroSoft AG, Software
TriggerExtensions Class
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Provides some extensions for trigger registration.
Inheritance Hierarchy
SystemObject
  WeroSoft.ComponentModel.TriggeringTriggerExtensions

Namespace:  WeroSoft.ComponentModel.Triggering
Assembly:  WeroSoft.Core.Library (in WeroSoft.Core.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public static class TriggerExtensions

The TriggerExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberExtractCustomParameters
Extracts the custom parameters from a collection of trigger parameter and transform them to a dictionary using string keys and string values.
Public methodStatic memberExtractSystemParameters Obsolete.
Extracts the system parameters from a collection of trigger parameter and transform them to a dictionary using string keys and string values.
Public methodStatic memberExtractSystemParametersFromTrigger
Extracts the system parameters from a collection of trigger parameter and transform them to a dictionary using string keys and string values.
Public methodStatic memberGetParameters
Gets the parameter collection from the processing information.
Public methodStatic memberSynchronizeParameters
Register the parameters of a particular registration.
Public methodStatic memberTryGetParameterT(TriggerProcessingInfo, T)
Gets the first parameter object of the data property of the processing information.
Public methodStatic memberTryGetParameterT(TriggerProcessingInfo, String, T)
gets the parameter with the defined name of the data of the processing information.
Top
See Also