Interface IModel
The public interface for Model
[DefaultImplementationType(typeof(Model))]
[XmlDefaultImplementationType(typeof(Model))]
[ModelRepresentationClass("http://www.eclipse.org/uml2/5.0.0/UML#//Model")]
public interface IModel : IPackage, ITemplateableElement, IPackageableElement, IParameterableElement, INamespace, INamedElement, IElement, IEModelElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
- Inherited Members
Properties
Viewpoint
The name of the viewpoint that is expressed by a model (this name may refer to a profile definition). <p>From package UML::Packages.</p>
[XmlElementName("viewpoint")]
[XmlAttribute(true)]
string Viewpoint { get; set; }
Property Value
Methods
IsMetamodel()
Determines whether this model is a metamodel.
bool IsMetamodel()