Open sandboxFocus

Struct AspectPredecessor

Represents the relationship that an object (attribute, fabric, aspect) has created or required another aspect or validator. These relationships are exposed on Predecessors.

Namespace: Metalama.Framework.Aspects
Assembly: Metalama.Framework.dll
Syntax
[CompileTime]
public readonly struct AspectPredecessor

Properties

Name Description
Instance

Gets the object that created the aspect instance. It can be an IAspectInstance, an IFabricInstance, or an IAttribute.

Kind

Gets the kind of relationship represented by the current AspectPredecessor, and the kind of object present in the Instance property.

Methods

Name Description
ToString()