NotificationExtensionHelperGetCardLinkTNotification - метод
Пространство имён: Tessa.Extensions.Default.Server.NoticesСборка: Tessa.Extensions.Default.Server (в Tessa.Extensions.Default.Server.dll) Версия: 3.6.0.22
public static string GetCardLink<TNotification>(
INotificationContext context,
INotificationData<TNotification> data
)
where TNotification : INotification
Public Shared Function GetCardLink(Of TNotification As INotification) (
context As INotificationContext,
data As INotificationData(Of TNotification)
) As String
public:
generic<typename TNotification>
where TNotification : INotification
static String^ GetCardLink(
INotificationContext^ context,
INotificationData<TNotification>^ data
)
static member GetCardLink :
context : INotificationContext *
data : INotificationData<'TNotification> -> string when 'TNotification : INotification
- context INotificationContext
-
- data INotificationDataTNotification
-
- TNotification
String