C# Class Frapid.Dashboard.Helpers.NotificationHelper

Mostra file Open project: frapid/frapid

Public Methods

Method Description
SendAsync ( string tenant, Notification message ) : System.Threading.Tasks.Task
SendToAdminsAsync ( string tenant, Notification message ) : System.Threading.Tasks.Task
SendToAdminsAsync ( string tenant, int officeId, Notification message ) : System.Threading.Tasks.Task
SendToLoginAsync ( string tenant, long loginId, Notification message ) : System.Threading.Tasks.Task
SendToRolesAsync ( string tenant, int roleId, Notification message ) : System.Threading.Tasks.Task
SendToRolesAsync ( string tenant, int roleId, int officeId, Notification message ) : System.Threading.Tasks.Task
SendToUsersAsync ( string tenant, int userId, Notification message ) : System.Threading.Tasks.Task
SendToUsersAsync ( string tenant, int userId, int officeId, Notification message ) : System.Threading.Tasks.Task

Method Details

SendAsync() public static method

public static SendAsync ( string tenant, Notification message ) : System.Threading.Tasks.Task
tenant string
message Frapid.Dashboard.DTO.Notification
return System.Threading.Tasks.Task

SendToAdminsAsync() public static method

public static SendToAdminsAsync ( string tenant, Notification message ) : System.Threading.Tasks.Task
tenant string
message Frapid.Dashboard.DTO.Notification
return System.Threading.Tasks.Task

SendToAdminsAsync() public static method

public static SendToAdminsAsync ( string tenant, int officeId, Notification message ) : System.Threading.Tasks.Task
tenant string
officeId int
message Frapid.Dashboard.DTO.Notification
return System.Threading.Tasks.Task

SendToLoginAsync() public static method

public static SendToLoginAsync ( string tenant, long loginId, Notification message ) : System.Threading.Tasks.Task
tenant string
loginId long
message Frapid.Dashboard.DTO.Notification
return System.Threading.Tasks.Task

SendToRolesAsync() public static method

public static SendToRolesAsync ( string tenant, int roleId, Notification message ) : System.Threading.Tasks.Task
tenant string
roleId int
message Frapid.Dashboard.DTO.Notification
return System.Threading.Tasks.Task

SendToRolesAsync() public static method

public static SendToRolesAsync ( string tenant, int roleId, int officeId, Notification message ) : System.Threading.Tasks.Task
tenant string
roleId int
officeId int
message Frapid.Dashboard.DTO.Notification
return System.Threading.Tasks.Task

SendToUsersAsync() public static method

public static SendToUsersAsync ( string tenant, int userId, Notification message ) : System.Threading.Tasks.Task
tenant string
userId int
message Frapid.Dashboard.DTO.Notification
return System.Threading.Tasks.Task

SendToUsersAsync() public static method

public static SendToUsersAsync ( string tenant, int userId, int officeId, Notification message ) : System.Threading.Tasks.Task
tenant string
userId int
officeId int
message Frapid.Dashboard.DTO.Notification
return System.Threading.Tasks.Task