Table of Contents

Interface ILink

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

The public interface for Link

[DefaultImplementationType(typeof(Link))]
[XmlDefaultImplementationType(typeof(Link))]
[ModelRepresentationClass("http://schema.omg.org/spec/MOF/2.0/cmof.xml#//Link")]
public interface ILink : IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Inherited Members

Properties

The association property

[XmlElementName("association")]
[XmlAttribute(true)]
IAssociation Association { get; set; }

Property Value

IAssociation

The firstElement property

[XmlElementName("firstElement")]
[XmlAttribute(true)]
IElement FirstElement { get; set; }

Property Value

IElement

The secondElement property

[XmlElementName("secondElement")]
[XmlAttribute(true)]
IElement SecondElement { get; set; }

Property Value

IElement

Methods

IModelElement Delete()

Returns

IModelElement
bool Equals(ILink otherLink)

Parameters

otherLink ILink

Returns

bool