Interface IParameter
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
Operation
The Operation property
[Browsable(false)]
[XmlAttribute(true)]
[XmlOpposite("Parameters")]
IOperation Operation { get; set; }
Property Value
Events
DirectionChanged
Gets fired when the Direction property changed its value
event EventHandler<ValueChangedEventArgs> DirectionChanged
Event Type
DirectionChanging
Gets fired before the Direction property changes its value
event EventHandler<ValueChangedEventArgs> DirectionChanging
Event Type
OperationChanged
Gets fired when the Operation property changed its value
event EventHandler<ValueChangedEventArgs> OperationChanged
Event Type
OperationChanging
Gets fired before the Operation property changes its value
event EventHandler<ValueChangedEventArgs> OperationChanging