Class: WorkOrderConfig

WorkOrderConfig

Default configuration for Work Order services. Implements the Configuration pattern for centralized settings management.

new WorkOrderConfig()

Interactions/IFC/interact/GoIFCComponents/Components/WorkOrderComponent/src/config/WorkOrderConfig.ts, line 6

Methods

staticWorkOrderConfig.forDevelopment()

Interactions/IFC/interact/GoIFCComponents/Components/WorkOrderComponent/src/config/WorkOrderConfig.ts, line 42

Creates a configuration instance for development environment. Factory method for creating specific configurations.

staticWorkOrderConfig.forProduction()

Interactions/IFC/interact/GoIFCComponents/Components/WorkOrderComponent/src/config/WorkOrderConfig.ts, line 34

Creates a configuration instance for production environment. Factory method for creating specific configurations.