IDutyListManager Interface |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:Netadmin.Management.Monitoring.IDutyListManager"]
Namespace: Netadmin.Management.Monitoring
The IDutyListManager type exposes the following members.
Name | Description | ||
---|---|---|---|
![]() | void | AddDutyListToAlertGroup(Int64, Int64) | |
![]() | Int64 | Create(T) |
Creates a new instance of the entity
(Inherited from ICreateableT.) |
![]() | void | Delete(Int64) |
Deletes an entity with a specific Id
(Inherited from IDeletableT.) |
![]() | IDutyList | Details(Int64) |
Get details for entity with specified Id
(Inherited from IDetailsableT.) |
![]() | IEnumerableT | GetAll |
Retrieves every entity
(Inherited from IGetAllableT.) |
![]() | IEnumerableT, T: IAlertGroup | GetCurrentAlertGroupsForDutyList(Int64) | |
![]() | IEnumerableT, T: IDutyListWeek | GetDutyListWeeks(Int64) | |
![]() | IEnumerableT, T: IAlertGroup | GetPossibleAlertGroupsForDutyList(Int64) | |
![]() | void | RemoveDutyListFromAlertGroup(Int64, Int64) | |
![]() | void | ReplaceGroupsOnDutyList(Int64, IEnumerableInt64) | |
![]() | void | Update(T) |
Updates an entity with new values.
(Inherited from IUpdateableT.) |