Class MaintenanceEventProps
Namespace: TecnoPack.Scheduler.Models
Assembly: CO0002_Templ_FlowpackHMI_V00_26_M.dll
Represents the detailed properties of a maintenance event.
public sealed class MaintenanceEventProps
Inheritance
object ← MaintenanceEventProps
Remarks
Used as the payload for maintenance-related events in scheduling or calendar views. Contains information about the part being maintained and the description of the maintenance job.
Properties
maintenanceJobDescription
Description of the maintenance task to be performed.
public string maintenanceJobDescription { get; set; }
Property Value
string
maintenancePart
The part or component undergoing maintenance.
public string maintenancePart { get; set; }
Property Value
string