Click or drag to resize
ISlTimeManager Interface

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:Netadmin.Management.Monitoring.ISlTimeManager"]

Namespace: Netadmin.Management.Monitoring
Assembly: Netadmin.Management (in Netadmin.Management.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
public interface ISlTimeManager : ICruddable<ITimeDefinition>, 
	ICreateable<ITimeDefinition>, IDetailsable<ITimeDefinition>, IUpdateable<ITimeDefinition>, 
	IDeletable<ITimeDefinition>, IGetAllable<ITimeDefinition>

The ISlTimeManager type exposes the following members.

Methods
  NameDescription
Public methodInt64AddDefinitionPeriod(DefinitionPeriod)
Public methodInt64Create(T)
Creates a new instance of the entity
(Inherited from ICreateableT.)
Public method void Delete(Int64)
Deletes an entity with a specific Id
(Inherited from IDeletableT.)
Public method void DeleteDefinitionPeriod(Int64)
Public method void DeleteDefinitionPeriods(IEnumerableInt64)
Public methodITimeDefinitionDetails(Int64)
Get details for entity with specified Id
(Inherited from IDetailsableT.)
Public methodIEnumerableTGetAll
Retrieves every entity
(Inherited from IGetAllableT.)
Public methodIDefinitionPeriodGetDefinitionPeriodByDay(Int64, SlDayOfWeek)
Public methodIDefinitionPeriodGetDefinitionPeriodByDay(Int64, Int32)
Public methodIDefinitionPeriodGetDefinitionPeriodById(Int64)
Public methodIEnumerableT, T: IDefinitionPeriodGetPeriodsForTimeDefinition(Int64)
Public method void SetAllDaysPeriodForDefinition(Int64, Int32, Int32, Int32, Int32)
Public method void SetPeriodsForTimeDefinition(Int64, IEnumerableDefinitionPeriod)
Public method void Update(T)
Updates an entity with new values.
(Inherited from IUpdateableT.)
Public method void UpdatePeriodDefinition(DefinitionPeriod)
Top
See Also