C# Class Cats.Helpers.NotificationHelper

Afficher le fichier Open project: edgecomputing/cats

Méthodes publiques

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

Private Methods

Méthode Description
GetApplication ( string user ) : string

Method Details

GetActiveNotifications() public static méthode

public static GetActiveNotifications ( ) : System.Web.HtmlString
Résultat System.Web.HtmlString

GetActiveNotifications() public static méthode

public static GetActiveNotifications ( this helper ) : System.Web.HtmlString
helper this
Résultat System.Web.HtmlString

GetUnreadNotifications() public static méthode

public static GetUnreadNotifications ( this helper ) : int
helper this
Résultat int

MakeNotificationRead() public static méthode

public static MakeNotificationRead ( int recordId ) : void
recordId int
Résultat void