Skip to main content

IWarningCollector

  • Namespace: PPDS.Migration.Progress
  • Assembly: PPDS.Migration
  • Kind: Interface

Summary

Collects warnings during import operations.

Members

Methods

AddWarning

void AddWarning(ImportWarning warning)

Adds a warning to the collection.

  • Param warning: The warning to add.

GetWarnings

IReadOnlyList<ImportWarning> GetWarnings()

Gets all collected warnings.

  • Returns: A read-only list of warnings.

Properties

Count

int Count { get; }

Gets the count of collected warnings.