Skip to main content

GraphRuleEngineResult

Namespace: Meshmakers.Octo.Runtime.Contracts.RuleEngine

Represents a graph rule engine result.

public record GraphRuleEngineResult : IEquatable<GraphRuleEngineResult>

Inheritance ObjectGraphRuleEngineResult
Implements IEquatable<GraphRuleEngineResult>

Properties

RtAssociationsToCreate

Returns a list of associations to create.

public List<RtAssociation> RtAssociationsToCreate { get; }

Property Value

List<RtAssociation>

RtAssociationsToDelete

Returns a list of associations to delete.

public List<RtAssociation> RtAssociationsToDelete { get; }

Property Value

List<RtAssociation>

Constructors

GraphRuleEngineResult()

Creates a new instance of GraphRuleEngineResult.

public GraphRuleEngineResult()