Interface IInclude
The public interface for Include
[DefaultImplementationType(typeof(Include))]
[XmlDefaultImplementationType(typeof(Include))]
[ModelRepresentationClass("http://www.eclipse.org/uml2/5.0.0/UML#//Include")]
public interface IInclude : IDirectedRelationship, IRelationship, INamedElement, IElement, IEModelElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
- Inherited Members
Properties
Addition
The UseCase that is to be included. <p>From package UML::UseCases.</p>
[XmlElementName("addition")]
[XmlAttribute(true)]
IUseCase Addition { get; set; }
Property Value
IncludingCase
The UseCase which includes the addition and owns the Include relationship. <p>From package UML::UseCases.</p>
[Browsable(false)]
[XmlElementName("includingCase")]
[XmlAttribute(true)]
[XmlOpposite("include")]
IUseCase IncludingCase { get; set; }