PlacementConfiguration

AUTO-GENERATED FILE – DO NOT EDIT MANUALLY

This page documents the supported public API surface only. Private, internal, benchmark, test, and implementation-detail types are intentionally omitted.

Declaration

1
public class PlacementConfiguration : IConfiguration

Summary

Configuration for placement system operations. Pure data object (POCO) for logic evaluation.

Metadata

Namespace: GridPlacement.Core.Configuration

Source File: cs/Core/Configuration/PlacementConfiguration.cs

Assembly: GridPlacement.Core

Type: class

Implements

  • IConfiguration

Properties

EnablePlacement

1
public bool EnablePlacement { get; set; }

AllowMove

1
public bool AllowMove { get; set; }

AllowRemoval

1
public bool AllowRemoval { get; set; }

EnforcePlacementRules

1
public bool EnforcePlacementRules { get; set; }

EnforceOccupancy

1
public bool EnforceOccupancy { get; set; }