Table of Contents

Class DirectedRelationship

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

A directed relationship references one or more source elements and one or more target elements. DirectedRelationship 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#//DirectedRelationship")]
public abstract class DirectedRelationship : Relationship, IDirectedRelationship, IRelationship, IElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Inheritance
DirectedRelationship
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