C# Class VirtoCommerce.Platform.Data.Notifications.LiquidNotificationTemplateResolver

Inheritance: INotificationTemplateResolver
Datei anzeigen Open project: VirtoCommerce/vc-internal Class Usage Examples

Public Methods

Method Description
ResolveNotificationParameters ( Core notification ) : VirtoCommerce.Platform.Core.Notifications.NotificationParameter[]
ResolveTemplate ( Core notification ) : void

Private Methods

Method Description
GetLiquidCodeOfParameter ( string name ) : string
GetParameterType ( string name ) : NotificationParameterValueType

Method Details

ResolveNotificationParameters() public method

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

ResolveTemplate() public method

public ResolveTemplate ( Core notification ) : void
notification Core
return void