Class SolutionExtensions
Inheritance
System.Object
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace:System.Dynamic.ExpandoObject
Assembly:SilverDawn.SilverModel.UML.dll
Syntax
public static class SolutionExtensions
Methods
AddExistingModel(INamedElement, IModel)
Add an existing model to the solution
Declaration
public static IModel AddExistingModel(this INamedElement parent, IModel model)
Parameters
Type | Name | Description |
---|---|---|
INamedElement | parent | |
IModel | model |
Returns
Type | Description |
---|---|
IModel |