Skip to main content

ImportWarning

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

Summary

Represents a warning that occurred during import.

Members

Properties

Code

string Code { get; set; }

Gets or sets the warning code.

Entity

string Entity { get; set; }

Gets or sets the affected entity (optional).

Impact

string Impact { get; set; }

Gets or sets the impact assessment (optional).

Message

string Message { get; set; }

Gets or sets the human-readable warning message.