C# 클래스 Frapid.Dashboard.Helpers.NotificationHelper

파일 보기 프로젝트 열기: frapid/frapid

공개 메소드들

메소드 설명
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

메소드 상세

SendAsync() 공개 정적인 메소드

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

SendToAdminsAsync() 공개 정적인 메소드

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

SendToAdminsAsync() 공개 정적인 메소드

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

SendToLoginAsync() 공개 정적인 메소드

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

SendToRolesAsync() 공개 정적인 메소드

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

SendToRolesAsync() 공개 정적인 메소드

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
리턴 System.Threading.Tasks.Task

SendToUsersAsync() 공개 정적인 메소드

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

SendToUsersAsync() 공개 정적인 메소드

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
리턴 System.Threading.Tasks.Task