DependencyEdge
- Namespace:
PPDS.Migration.Models - Assembly:
PPDS.Migration - Kind: Class
Summary
Represents a dependency edge between entities.
Members
Properties
FieldName
string FieldName { get; set; }
Gets or sets the field name creating this dependency.
FromEntity
string FromEntity { get; set; }
Gets or sets the source entity (the entity with the lookup field).
ToEntity
string ToEntity { get; set; }
Gets or sets the target entity (the entity being referenced).
Type
DependencyType Type { get; set; }
Gets or sets the type of dependency.