Passa al contenuto principale

Class EditedEvents

Namespace: TecnoPack.Scheduler.Models
Assembly: CO0002_Templ_FlowpackHMI_V00_26_M.dll

Represents a batch of edited and deleted events.

public sealed class EditedEvents

Inheritance

object ← EditedEvents

Remarks

Used when sending updates to the backend or processing changes made by the user in the frontend calendar UI.

Properties

deletedEventsId

Array of event IDs that were deleted.

public string[] deletedEventsId { get; set; }

Property Value

string[]

editedEvents

Array of events that were edited or added.

public EventModelDTO[] editedEvents { get; set; }

Property Value

EventModelDTO[]