C# Класс VirtoCommerce.Platform.Data.Notifications.LiquidNotificationTemplateResolver

Наследование: INotificationTemplateResolver
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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