Skip to main content

CircularReference

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

Summary

Represents a circular reference between entities.

Members

Properties

Edges

IReadOnlyList<DependencyEdge> Edges { get; set; }

Gets or sets the edges forming the cycle.

Entities

IReadOnlyList<string> Entities { get; set; }

Gets or sets the entities involved in the circular reference.