Interface IParameter
The public interface for Parameter
Inherited Members
Namespace: NMF.Models.Meta
Assembly: NMF.Models.dll
Syntax
[DefaultImplementationType(typeof(Parameter))]
[XmlDefaultImplementationType(typeof(Parameter))]
[ModelRepresentationClass("http://nmf.codeplex.com/nmeta/#//Parameter")]
public interface IParameter : ITypedElement, IMetaElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Properties
| Edit this page View SourceDirection
The Direction property
Declaration
[XmlAttribute(true)]
Direction Direction { get; set; }
Property Value
Type | Description |
---|---|
Direction |
Operation
The Operation property
Declaration
[Browsable(false)]
[XmlAttribute(true)]
[XmlOpposite("Parameters")]
IOperation Operation { get; set; }
Property Value
Type | Description |
---|---|
IOperation |
Events
| Edit this page View SourceDirectionChanged
Gets fired when the Direction property changed its value
Declaration
event EventHandler<ValueChangedEventArgs> DirectionChanged
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
DirectionChanging
Gets fired before the Direction property changes its value
Declaration
event EventHandler<ValueChangedEventArgs> DirectionChanging
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
OperationChanged
Gets fired when the Operation property changed its value
Declaration
event EventHandler<ValueChangedEventArgs> OperationChanged
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
OperationChanging
Gets fired before the Operation property changes its value
Declaration
event EventHandler<ValueChangedEventArgs> OperationChanging
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |