Interface IOperationArgument
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
Events
NameChanged
Gets fired when the Name property changed its value
event EventHandler<ValueChangedEventArgs> NameChanged
Event Type
NameChanging
Gets fired before the Name property changes its value
event EventHandler<ValueChangedEventArgs> NameChanging