Table of Contents

Interface IParameter

Namespace
NMF.Models.Meta
Assembly
NMF.Models.dll

The public interface for Parameter

[DefaultImplementationType(typeof(Parameter))]
[XmlDefaultImplementationType(typeof(Parameter))]
[ModelRepresentationClass("http://nmf.codeplex.com/nmeta/#//Parameter")]
public interface IParameter : ITypedElement, IMetaElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Inherited Members
Extension Methods

Properties

Direction

The Direction property

[XmlAttribute(true)]
Direction Direction { get; set; }

Property Value

Direction

Operation

The Operation property

[Browsable(false)]
[XmlAttribute(true)]
[XmlOpposite("Parameters")]
IOperation Operation { get; set; }

Property Value

IOperation

Events

DirectionChanged

Gets fired when the Direction property changed its value

event EventHandler<ValueChangedEventArgs> DirectionChanged

Event Type

EventHandler<ValueChangedEventArgs>

DirectionChanging

Gets fired before the Direction property changes its value

event EventHandler<ValueChangedEventArgs> DirectionChanging

Event Type

EventHandler<ValueChangedEventArgs>

OperationChanged

Gets fired when the Operation property changed its value

event EventHandler<ValueChangedEventArgs> OperationChanged

Event Type

EventHandler<ValueChangedEventArgs>

OperationChanging

Gets fired before the Operation property changes its value

event EventHandler<ValueChangedEventArgs> OperationChanging

Event Type

EventHandler<ValueChangedEventArgs>