Skip to main content

WarningCollector

  • Namespace: PPDS.Migration.Progress
  • Assembly: PPDS.Migration
  • Kind: Class
  • Implements: IWarningCollector

Summary

Thread-safe implementation of PPDS.Migration.Progress.IWarningCollector.

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.