IAlertUserManager Interface |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:Netadmin.Management.Monitoring.IAlertUserManager"]
Namespace: Netadmin.Management.MonitoringAssembly: Netadmin.Management (in Netadmin.Management.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntaxpublic interface IAlertUserManager : ICruddable<IAlertUser>,
ICreateable<IAlertUser>, IDetailsable<IAlertUser>, IUpdateable<IAlertUser>,
IDeletable<IAlertUser>, IGetAllable<IAlertUser>
Public Interface IAlertUserManager
Inherits ICruddable(Of IAlertUser), ICreateable(Of IAlertUser),
IDetailsable(Of IAlertUser), IUpdateable(Of IAlertUser), IDeletable(Of IAlertUser),
IGetAllable(Of IAlertUser)
The IAlertUserManager type exposes the following members.
Methods
| Name | Description |
---|
 |
void
| AddUserToAlertGroup(Int64, Int64) | |
 |
void
| AddUserToDutyList(Int64, Int64) | |
 | Int64 | Create(T) |
Creates a new instance of the entity
(Inherited from ICreateableT.) |
 | Int64 | CreateUserTime(IWeekTimeInfo) | |
 |
void
| Delete(Int64) |
Deletes an entity with a specific Id
(Inherited from IDeletableT.) |
 |
void
| DeleteUserTime(Int64) | |
 | IAlertUser | Details(Int64) |
Get details for entity with specified Id
(Inherited from IDetailsableT.) |
 | IEnumerableT, T: IAlertUser | GetAlertUsersOnNightWatch(IEnumerableInt64) | |
 | IEnumerableT, T: IAlertUserWeek | GetAlertUserWeeks(Int64) | |
 | IEnumerableT | GetAll |
Retrieves every entity
(Inherited from IGetAllableT.) |
 | IEnumerableT, T: IAlertGroup | GetCurrentAlertGroupsForUser(Int64) | |
 | IEnumerableT, T: IDutyList | GetCurrentDutyListsForUser(Int64) | |
 | DateTime | GetLastTimeUserHadService(Int64, Int64, DateTime) | |
 | IEnumerableT, T: IAlertGroup | GetPossibleAlertGroupsForUser(Int64) | |
 | IEnumerableT, T: IDutyList | GetPossibleDutyListsForUser(Int64) | |
 | IEnumerableT, T: IWeekTimeInfoExtended | GetTimeSettingsForUsers(IEnumerableInt64) | |
 |
void
| RemoveUserFromAlertGroup(Int64, Int64) | |
 |
void
| RemoveUserFromDutyList(Int64, Int64) | |
 |
void
| ReplaceAlertGroupsOnUser(IEnumerableInt64, Int64) | |
 |
void
| ReplaceDutyListsOnUser(IEnumerableInt64, Int64) | |
 |
void
| ReplaceUsersOnAlertGroup(IEnumerableInt64, Int64) | |
 |
void
| ReplaceUsersOnDutyList(IEnumerableInt64, Int64) | |
 |
void
| SetDuty(Int64, Int64, Int32, Boolean) | |
 |
void
| Update(T) |
Updates an entity with new values.
(Inherited from IUpdateableT.) |
Top
See Also