Interface IParameter
The public interface for Parameter
[DefaultImplementationType(typeof(Parameter))]
[XmlDefaultImplementationType(typeof(Parameter))]
[ModelRepresentationClass("http://www.omg.org/spec/MOF/20131001/cmof.xmi#//Parameter")]
public interface IParameter : ITypedElement, INamedElement, IMultiplicityElement, IElement, IObject, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
- Inherited Members
Properties
DefaultValue
Specifies a ValueSpecification that represents a value to be used when no argument is supplied for the Parameter.
[Browsable(false)]
[XmlElementName("defaultValue")]
[XmlAttribute(false)]
[Containment]
IValueSpecification DefaultValue { get; set; }
Property Value
Direction
Indicates whether a parameter is being sent into or out of a behavioral element.
[XmlElementName("direction")]
[XmlAttribute(true)]
ParameterDirectionKind Direction { get; set; }
Property Value
Operation
References the Operation owning this parameter.
[XmlElementName("operation")]
[XmlAttribute(true)]
IOperation Operation { get; set; }