Method | Description | |
---|---|---|
ClearNotifications ( int userInfoId ) : void |
Clear notifications
|
|
CreateNotification ( string text, string url, int userInfoId ) : void |
Create a new user notification.
|
|
GetNotifications ( int userInfoId ) : IEnumerable |
Returns a collection of notification objects that are related to a given userinfo instance id, if the userinfoid is equal to or larger then 1.
|
|
UpdateNotification ( |
|
public ClearNotifications ( int userInfoId ) : void | ||
userInfoId | int | |
return | void |
public CreateNotification ( string text, string url, int userInfoId ) : void | ||
text | string | |
url | string | |
userInfoId | int | |
return | void |
public GetNotifications ( int userInfoId ) : IEnumerable |
||
userInfoId | int | Integer value to get notifications |
return | IEnumerable |
public UpdateNotification ( |
||
notification | ||
return | void |