ValidationConfiguration

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 ValidationConfiguration : IConfiguration

Summary

Configuration for validation operations

Metadata

Namespace: GridPlacement.Core.Configuration

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

Assembly: GridPlacement.Core

Type: class

Implements

  • IConfiguration

Properties

StrictMode

1
public bool StrictMode { get; set; }

Whether to perform strict validation


IncludeWarnings

1
public bool IncludeWarnings { get; set; }

Whether to include warnings in validation results


MaxErrors

1
public int MaxErrors { get; set; }

Maximum number of errors to collect before stopping


ValidatePerformance

1
public bool ValidatePerformance { get; set; }

Whether to validate performance metrics