Skip to main content

EntityNode

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

Summary

Represents an entity node in the dependency graph.

Members

Properties

DisplayName

string DisplayName { get; set; }

Gets or sets the entity display name.

LogicalName

string LogicalName { get; set; }

Gets or sets the entity logical name.

RecordCount

int RecordCount { get; set; }

Gets or sets the record count (populated during export).

TierNumber

int TierNumber { get; set; }

Gets or sets the tier number this entity is assigned to.