Click or drag to resize
ISubscribableNotify Method (LocalizableNotification)
Saves a localized version of the notification in the users messages. XXXX If the notification isn't localizable the notification will be saved as is. XXXX

Namespace: PDTec.IceNet.Domain.Subscription.BusinessObjects
Assembly: PDTec.IceNet.Domain (in PDTec.IceNet.Domain.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
void Notify(
	LocalizableNotification pNotification
)

Parameters

pNotification
Type: PDTec.IceNet.Domain.SubscriptionLocalizableNotification
The localizable notification.
See Also