Interface IDirectedRelationship
Defines a relationship in which one element it the Source(Parent) and other is the Target(Child). The direction of the relationship is from the Source to the Target.
Inherited Members
Namespace:System.Dynamic.ExpandoObject
Assembly:SilvaDawn.SilvaModel.UML.Interfaces.dll
Syntax
public interface IDirectedRelationship : IRelationship, IElement, IElementsObservable
Properties
Source
The Source(Parent) element of the relationship.
Declaration
IElement Source { get; set; }
Property Value
Type | Description |
---|---|
IElement |
Target
Target(Child) element of the relationship
Declaration
IElement Target { get; set; }
Property Value
Type | Description |
---|---|
IElement |