Table of Contents

Class Relationship

Namespace
NMF.Interop.Legacy.Cmof
Assembly
NMF.UMLInterop.dll

A relationship references one or more related elements. Relationship is an abstract metaclass.

[AlternativeNamespace("http://schema.omg.org/spec/mof/2.0/emof.xmi")]
[XmlNamespace("http://schema.omg.org/spec/MOF/2.0/cmof.xml")]
[XmlNamespacePrefix("cmof")]
[ModelRepresentationClass("http://schema.omg.org/spec/MOF/2.0/cmof.xml#//Relationship")]
public abstract class Relationship : Element, IRelationship, IElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Inheritance
Relationship
Implements
Derived
Inherited Members

Properties

ClassInstance

Gets the Class model for this type

public static IClass ClassInstance { get; }

Property Value

IClass

Methods

GetClass()

Gets the Class for this model element

public override IClass GetClass()

Returns

IClass