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

Inheritance: INotificationTemplateResolver
Afficher le fichier Open project: VirtoCommerce/vc-internal Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
GetLiquidCodeOfParameter ( string name ) : string
GetParameterType ( string name ) : NotificationParameterValueType

Method Details

ResolveNotificationParameters() public méthode

public ResolveNotificationParameters ( Core notification ) : VirtoCommerce.Platform.Core.Notifications.NotificationParameter[]
notification Core
Résultat VirtoCommerce.Platform.Core.Notifications.NotificationParameter[]

ResolveTemplate() public méthode

public ResolveTemplate ( Core notification ) : void
notification Core
Résultat void