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