Passa al contenuto principale

Class RecipeEventProps

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

Represents the detailed properties of a single recipe event.

public sealed class RecipeEventProps

Inheritance

object ← RecipeEventProps

Remarks

Used as the payload for recipe-related events in scheduling or calendar views. Contains information such as the recipe index within a production plan or sequence.

Properties

recipeIndex

Index of the recipe in the production plan or sequence.

public int recipeIndex { get; set; }

Property Value

int