DeepGraphFollowSpecDto
Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects
One directed edge-following rule for the role-set deep-graph export (AB#5003): follow the given association role only in the given direction. Directed following keeps hub types as dead-ends so the export does not over-collect the connected graph.
public class DeepGraphFollowSpecDto
Inheritance Object → DeepGraphFollowSpecDto
Properties
RoleId
The association role id to follow, e.g. System.Identity/PolicyPermission.
public string RoleId { get; set; }
Property Value
Direction
follows origin→target, follows target→origin.
public GraphDirections Direction { get; set; }
Property Value
GraphDirections
Constructors
DeepGraphFollowSpecDto()
Caution
Constructors of types with required members are not supported in this version of your compiler.
public DeepGraphFollowSpecDto()