C# Class Cats.Helpers.NotificationHelper

Show file Open project: edgecomputing/cats

Public Methods

Method Description
GetActiveNotifications ( ) : System.Web.HtmlString
GetActiveNotifications ( this helper ) : System.Web.HtmlString
GetUnreadNotifications ( this helper ) : int
MakeNotificationRead ( int recordId ) : void

Private Methods

Method Description
GetApplication ( string user ) : string

Method Details

GetActiveNotifications() public static method

public static GetActiveNotifications ( ) : System.Web.HtmlString
return System.Web.HtmlString

GetActiveNotifications() public static method

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

GetUnreadNotifications() public static method

public static GetUnreadNotifications ( this helper ) : int
helper this
return int

MakeNotificationRead() public static method

public static MakeNotificationRead ( int recordId ) : void
recordId int
return void