Skip to main content

IDependencyGraphBuilder

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

Summary

Interface for building entity dependency graphs from schemas.

Members

Methods

Build

DependencyGraph Build(MigrationSchema schema)

Analyzes a schema and builds a dependency graph.

  • Param schema: The migration schema.

  • Returns: The dependency graph with topologically sorted tiers.