C# 클래스 Cats.Helpers.NotificationHelper

파일 보기 프로젝트 열기: edgecomputing/cats

공개 메소드들

메소드 설명
GetActiveNotifications ( ) : System.Web.HtmlString
GetActiveNotifications ( this helper ) : System.Web.HtmlString
GetUnreadNotifications ( this helper ) : int
MakeNotificationRead ( int recordId ) : void

비공개 메소드들

메소드 설명
GetApplication ( string user ) : string

메소드 상세

GetActiveNotifications() 공개 정적인 메소드

public static GetActiveNotifications ( ) : System.Web.HtmlString
리턴 System.Web.HtmlString

GetActiveNotifications() 공개 정적인 메소드

public static GetActiveNotifications ( this helper ) : System.Web.HtmlString
helper this
리턴 System.Web.HtmlString

GetUnreadNotifications() 공개 정적인 메소드

public static GetUnreadNotifications ( this helper ) : int
helper this
리턴 int

MakeNotificationRead() 공개 정적인 메소드

public static MakeNotificationRead ( int recordId ) : void
recordId int
리턴 void