Trigger GenerateTriggerFromType Method Delta Engine Documentation

Namespace: DeltaEngine.Commands
Assembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public static Trigger GenerateTriggerFromType(
	Type triggerType,
	string triggerName,
	Dictionary<string, string> triggerAttributes
)

Parameters

triggerType
Type: System Type
triggerName
Type: System String
triggerAttributes
Type: System.Collections.Generic Dictionary String, String 

Return Value

Type: Trigger
See Also