C# 클래스 VirtoCommerce.Platform.Data.Notifications.LiquidNotificationTemplateResolver

상속: INotificationTemplateResolver
파일 보기 프로젝트 열기: VirtoCommerce/vc-internal 1 사용 예제들

공개 메소드들

메소드 설명
ResolveNotificationParameters ( Core notification ) : VirtoCommerce.Platform.Core.Notifications.NotificationParameter[]
ResolveTemplate ( Core notification ) : void

비공개 메소드들

메소드 설명
GetLiquidCodeOfParameter ( string name ) : string
GetParameterType ( string name ) : NotificationParameterValueType

메소드 상세

ResolveNotificationParameters() 공개 메소드

public ResolveNotificationParameters ( Core notification ) : VirtoCommerce.Platform.Core.Notifications.NotificationParameter[]
notification Core
리턴 VirtoCommerce.Platform.Core.Notifications.NotificationParameter[]

ResolveTemplate() 공개 메소드

public ResolveTemplate ( Core notification ) : void
notification Core
리턴 void