Table of Contents

Interface IBehavioralFeature

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

The public interface for BehavioralFeature

[DefaultImplementationType(typeof(BehavioralFeature))]
[XmlDefaultImplementationType(typeof(BehavioralFeature))]
[ModelRepresentationClass("http://www.omg.org/spec/MOF/20131001/cmof.xmi#//BehavioralFeature")]
public interface IBehavioralFeature : IFeature, IRedefinableElement, INamespace, INamedElement, IElement, IObject, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Inherited Members

Properties

OwnedParameter

Specifies the ordered set of formal parameters of this BehavioralFeature.

[Browsable(false)]
[XmlElementName("ownedParameter")]
[XmlAttribute(false)]
[Containment]
IOrderedSetExpression<IParameter> OwnedParameter { get; }

Property Value

IOrderedSetExpression<IParameter>

RaisedException

References the Types representing exceptions that may be raised during an invocation of this feature.

[XmlElementName("raisedException")]
[XmlAttribute(true)]
ISetExpression<IType> RaisedException { get; }

Property Value

ISetExpression<IType>