Interface IModel
Contains all the elements(e.g. Class, Interfaces) in a class diagram.
Inherited Members
System.ComponentModel.INotifyPropertyChanged.PropertyChanged
Namespace:System.Dynamic.ExpandoObject
Assembly:SilvaDawn.SilvaModel.UML.Interfaces.dll
Syntax
public interface IModel : IPackage, INamespace, IPackageableElement, IParameterableElement, INamedElement, ITemplateableElement, IElement, IElementsObservable, INotifyPropertyChanged, IProperties
Properties
Parent
Declaration
INamedElement Parent { get; set; }
Property Value
Path
Declaration
Property Value
Type |
Description |
System.String |
|
ProfileInstances
Declaration
IEnumerable<IProfileInstance> ProfileInstances { get; }
Property Value
Extension Methods