public sealed class CalendarProcessor : ICalendarProcessor
Public NotInheritable Class CalendarProcessor
Implements ICalendarProcessor
public ref class CalendarProcessor sealed : ICalendarProcessor
[<SealedAttribute>]
type CalendarProcessor =
class
interface ICalendarProcessor
end
CalendarProcessor | Инициализирует новый экземпляр класса CalendarProcessor |
AddNotWorkingQuantAsync | Добавить квант нерабочего времени в таблицу CalendarQuants для календаря с идентификатором calendarID. |
DeleteCalendarAsync | Удалить записи о квантах из таблицы CalendarQuants для календаря с идентификатором calendarID. |
Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
GetHashCode | Serves as the default hash function. (Унаследован от Object) |
GetType | Gets the Type of the current instance. (Унаследован от Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
RebuildCalendarsIndexesAsync | Перестроить индексы для таблицы CalendarQuants. |
ToString | Returns a string that represents the current object. (Унаследован от Object) |
UpdateCalendarNamedRangesAsync | Удалить старые и добавить новые записи именованных диапазонов для карточки календаря с идентификатором calendarCardID. |
WriteQuantsAsync | Заполнить в таблицу CalendarQuants кванты рабочего времени и добавить в конце один нерабочий для календаря с идентификатором calendarID. |