Interface IProfileInstance
A profile assigned to a package
Inherited Members
Namespace:System.Dynamic.ExpandoObject
Assembly:SilvaDawn.SilvaModel.UML.Interfaces.dll
Syntax
public interface IProfileInstance : IElement, IElementsObservable
Properties
Name
The name of the profile
Declaration
string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Package
The package the profile is assigned to
Declaration
IPackage Package { get; set; }
Property Value
Type | Description |
---|---|
IPackage |