Interface ISolution
Holds all the elements of models. This is the parent class for all the elements
Inherited Members
System.ComponentModel.INotifyPropertyChanged.PropertyChanged
Namespace:System.Dynamic.ExpandoObject
Assembly:SilvaDawn.SilvaModel.UML.Interfaces.dll
Syntax
public interface ISolution : INotifyPropertyChanged, INamedElement, IElement, IElementsObservable
Properties
CodeGeneratorsForSolutionPath
Declaration
string CodeGeneratorsForSolutionPath { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Models
A list of models in the solution
Declaration
IEnumerable<IModel> Models { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IModel> |