Interface ILink
The public interface for Link
[DefaultImplementationType(typeof(Link))]
[XmlDefaultImplementationType(typeof(Link))]
[ModelRepresentationClass("http://www.omg.org/spec/MOF/20131001/cmof.xmi#//Link")]
public interface ILink : IObject, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
- Inherited Members
Properties
Association
The association property
[XmlElementName("association")]
[XmlAttribute(true)]
IAssociation Association { get; set; }
Property Value
FirstElement
The firstElement property
[XmlElementName("firstElement")]
[XmlAttribute(true)]
IElement FirstElement { get; set; }
Property Value
SecondElement
The secondElement property
[XmlElementName("secondElement")]
[XmlAttribute(true)]
IElement SecondElement { get; set; }
Property Value
Methods
Delete()
void Delete()