Table of Contents

Interface ICollaboration

Namespace
NMF.Interop.Uml
Assembly
NMF.UMLInterop.dll

The public interface for Collaboration

[DefaultImplementationType(typeof(Collaboration))]
[XmlDefaultImplementationType(typeof(Collaboration))]
[ModelRepresentationClass("http://www.eclipse.org/uml2/5.0.0/UML#//Collaboration")]
public interface ICollaboration : IBehavioredClassifier, IStructuredClassifier, IClassifier, ITemplateableElement, IType, IPackageableElement, IParameterableElement, IRedefinableElement, INamespace, INamedElement, IElement, IEModelElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Inherited Members

Properties

CollaborationRole

Represents the participants in the Collaboration. <p>From package UML::StructuredClassifiers.</p>

[XmlElementName("collaborationRole")]
[XmlAttribute(true)]
ISetExpression<IConnectableElement> CollaborationRole { get; }

Property Value

ISetExpression<IConnectableElement>