Interface IDeploymentTarget
Inherited Members
Namespace:System.Dynamic.ExpandoObject
Assembly:SilvaDawn.SilvaModel.UML.Interfaces.dll
Syntax
public interface IDeploymentTarget : INamedElement, IElement, IElementsObservable
Properties
DeployedElements
Declaration
IEnumerable<IPackageableElement> DeployedElements { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IPackageableElement> |
Deployments
Declaration
IEnumerable<IDeployment> Deployments { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IDeployment> |