C# 클래스 Frapid.Messaging.Templating.MessageTemplateProcessor

파일 보기 프로젝트 열기: frapid/frapid

공개 메소드들

메소드 설명
MessageTemplateProcessor ( string template, List dictionary ) : System.Collections.Generic
Process ( ) : string

비공개 메소드들

메소드 설명
GetParameters ( string template ) : List
GetPropertyValue ( object obj, string propertyName ) : string

메소드 상세

MessageTemplateProcessor() 공개 메소드

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

Process() 공개 메소드

public Process ( ) : string
리턴 string