Interface IRelationshipElement
A relationship element is used to define a relationship between two elements being either referable (model reference) or external (global reference).
Inherited Members
Namespace: AasCore.Aas3_0_RC02
Assembly: AasCore.Aas3_0_RC02.dll
Syntax
public interface IRelationshipElement : ISubmodelElement, IReferable, IHasExtensions, IHasKind, IHasSemantics, IQualifiable, IHasDataSpecification, IClass
Properties
| Improve this Doc View SourceFirst
Reference to the first element in the relationship taking the role of the subject.
Declaration
IReference First { get; set; }
Property Value
Type | Description |
---|---|
IReference |
Second
Reference to the second element in the relationship taking the role of the object.
Declaration
IReference Second { get; set; }
Property Value
Type | Description |
---|---|
IReference |