Table of Contents

Class DirectedRelationship

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

A directed relationship represents a relationship between a collection of source model elements and a collection of target model elements.

[XmlNamespace("http://www.omg.org/spec/MOF/20131001/cmof.xmi")]
[XmlNamespacePrefix("cmof")]
[ModelRepresentationClass("http://www.omg.org/spec/MOF/20131001/cmof.xmi#//DirectedRelationship")]
public abstract class DirectedRelationship : Relationship, IDirectedRelationship, IRelationship, IElement, IObject, 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