コード例 #1
0
ファイル: Reference.cs プロジェクト: INNVTV/Sahara-Framework
 public System.Threading.Tasks.Task <AccountAdminSite.AccountCommunicationService.DataAccessResponseType> SendNotificationToBulkAccountsAsync(AccountAdminSite.AccountCommunicationService.NotificationType notificationType, string notificationMessage, double expirationMinutes, bool accountOwnersOnly, string columnName, string columnValue, string requesterId, AccountAdminSite.AccountCommunicationService.RequesterType requesterType, string sharedClientKey)
 {
     return(base.Channel.SendNotificationToBulkAccountsAsync(notificationType, notificationMessage, expirationMinutes, accountOwnersOnly, columnName, columnValue, requesterId, requesterType, sharedClientKey));
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: INNVTV/Sahara-Framework
 public AccountAdminSite.AccountCommunicationService.DataAccessResponseType SendNotificationToAccount(AccountAdminSite.AccountCommunicationService.NotificationType notificationType, string accountId, string notificationMessage, double expirationMinutes, bool accountOwnersOnly, string requesterId, AccountAdminSite.AccountCommunicationService.RequesterType requesterType, string sharedClientKey)
 {
     return(base.Channel.SendNotificationToAccount(notificationType, accountId, notificationMessage, expirationMinutes, accountOwnersOnly, requesterId, requesterType, sharedClientKey));
 }
コード例 #3
0
ファイル: Reference.cs プロジェクト: INNVTV/Sahara-Framework
 public System.Threading.Tasks.Task <AccountAdminSite.AccountCommunicationService.DataAccessResponseType> SendNotificationToUserAsync(AccountAdminSite.AccountCommunicationService.NotificationType notificationType, string userId, string notificationMessage, double expirationMinutes, string requesterId, AccountAdminSite.AccountCommunicationService.RequesterType requesterType, string sharedClientKey)
 {
     return(base.Channel.SendNotificationToUserAsync(notificationType, userId, notificationMessage, expirationMinutes, requesterId, requesterType, sharedClientKey));
 }
コード例 #4
0
ファイル: Reference.cs プロジェクト: INNVTV/Sahara-Framework
 public System.Threading.Tasks.Task <AccountAdminSite.AccountCommunicationService.DataAccessResponseType> UpdateNotificationStatusAsync(AccountAdminSite.AccountCommunicationService.NotificationType notificationType, AccountAdminSite.AccountCommunicationService.NotificationStatus notificationStatus, string currentStatus, string userId, string notificationMessageId, string sharedClientKey)
 {
     return(base.Channel.UpdateNotificationStatusAsync(notificationType, notificationStatus, currentStatus, userId, notificationMessageId, sharedClientKey));
 }
コード例 #5
0
ファイル: Reference.cs プロジェクト: INNVTV/Sahara-Framework
 public System.Threading.Tasks.Task <AccountAdminSite.AccountCommunicationService.UserNotification[]> GetAccountUserNotificationsByTypeAsync(AccountAdminSite.AccountCommunicationService.NotificationType notificationType, AccountAdminSite.AccountCommunicationService.NotificationStatus notificationStatus, string userId, string sharedClientKey)
 {
     return(base.Channel.GetAccountUserNotificationsByTypeAsync(notificationType, notificationStatus, userId, sharedClientKey));
 }
コード例 #6
0
ファイル: Reference.cs プロジェクト: INNVTV/Sahara-Framework
 public AccountAdminSite.AccountCommunicationService.UserNotification[] GetAccountUserNotificationsByType(AccountAdminSite.AccountCommunicationService.NotificationType notificationType, AccountAdminSite.AccountCommunicationService.NotificationStatus notificationStatus, string userId, string sharedClientKey)
 {
     return(base.Channel.GetAccountUserNotificationsByType(notificationType, notificationStatus, userId, sharedClientKey));
 }