Interface IRelationship
A element assigned to an relationship
Inherited Members
Namespace:System.Dynamic.ExpandoObject
Assembly:SilvaDawn.SilvaModel.UML.Interfaces.dll
Syntax
public interface IRelationship : IElement, IElementsObservable
Properties
SourceElement
The source(or start) element of the relationship
Declaration
IElement SourceElement { get; set; }
Property Value
Type | Description |
---|---|
IElement |
TargetElement
The target(or end) element of the relationship
Declaration
IElement TargetElement { get; set; }
Property Value
Type | Description |
---|---|
IElement |