Click or drag to resize
MessageTemplateFactoryFromDictionary Method
Lookup from a dictionary

Namespace: FlexRule.Translation
Assembly: FlexRule.Core.Library (in FlexRule.Core.Library.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public static IMessageTemplateProvider FromDictionary(
	IDictionary<string, string> dic
)

Parameters

dic
Type: System.Collections.GenericIDictionaryString, String

Return Value

Type: IMessageTemplateProvider
See Also