Interface IDependency
A relationship that defines an element that is dependent on the existent of another element
Inherited Members
Namespace:System.Dynamic.ExpandoObject
Assembly:SilvaDawn.SilvaModel.UML.Interfaces.dll
Syntax
public interface IDependency : IDirectedRelationship, IRelationship, IPackageableElement, IParameterableElement, INamedElement, IElement, IElementsObservable
Properties
Client
The child element in the relationship and which depends on the parent.
Declaration
INamedElement Client { get; set; }
Property Value
Type | Description |
---|---|
INamedElement |
Supplier
The parent element in the relationship
Declaration
INamedElement Supplier { get; set; }
Property Value
Type | Description |
---|---|
INamedElement |