Table of Contents

Interface IOperationArgument

Namespace
NMF.Models.Changes
Assembly
NMF.Models.dll

The public interface for OperationArgument

[DefaultImplementationType(typeof(OperationArgument))]
[XmlDefaultImplementationType(typeof(OperationArgument))]
[ModelRepresentationClass("http://nmf.codeplex.com/changes#//OperationArgument")]
public interface IOperationArgument : IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Inherited Members
Extension Methods

Properties

Name

The name property

[XmlElementName("name")]
[XmlAttribute(true)]
string Name { get; set; }

Property Value

string

Events

NameChanged

Gets fired when the Name property changed its value

event EventHandler<ValueChangedEventArgs> NameChanged

Event Type

EventHandler<ValueChangedEventArgs>

NameChanging

Gets fired before the Name property changes its value

event EventHandler<ValueChangedEventArgs> NameChanging

Event Type

EventHandler<ValueChangedEventArgs>