Interface IValueArgument
The public interface for ValueArgument
Inherited Members
Namespace: NMF.Models.Changes
Assembly: NMF.Models.dll
Syntax
[DefaultImplementationType(typeof(ValueArgument))]
[XmlDefaultImplementationType(typeof(ValueArgument))]
[ModelRepresentationClass("http://nmf.codeplex.com/changes#//ValueArgument")]
public interface IValueArgument : IOperationArgument, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Properties
| Edit this page View SourceValue
The value property
Declaration
[XmlElementName("value")]
[XmlAttribute(true)]
string Value { get; set; }
Property Value
Type | Description |
---|---|
string |
Events
| Edit this page View SourceValueChanged
Gets fired when the Value property changed its value
Declaration
event EventHandler<ValueChangedEventArgs> ValueChanged
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
ValueChanging
Gets fired before the Value property changes its value
Declaration
event EventHandler<ValueChangedEventArgs> ValueChanging
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |