C# Class Frapid.Messaging.Templating.MessageTemplateProcessor

Show file Open project: frapid/frapid

Public Methods

Method Description
MessageTemplateProcessor ( string template, List dictionary ) : System.Collections.Generic
Process ( ) : string

Private Methods

Method Description
GetParameters ( string template ) : List
GetPropertyValue ( object obj, string propertyName ) : string

Method Details

MessageTemplateProcessor() public method

public MessageTemplateProcessor ( string template, List dictionary ) : System.Collections.Generic
template string
dictionary List
return System.Collections.Generic

Process() public method

public Process ( ) : string
return string