Interface IReferenceArgument
The public interface for ReferenceArgument
Inherited Members
Namespace: NMF.Models.Changes
Assembly: NMF.Models.dll
Syntax
[DefaultImplementationType(typeof(ReferenceArgument))]
[XmlDefaultImplementationType(typeof(ReferenceArgument))]
[ModelRepresentationClass("http://nmf.codeplex.com/changes#//ReferenceArgument")]
public interface IReferenceArgument : IOperationArgument, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Properties
| Edit this page View SourceValue
The value property
Declaration
[XmlElementName("value")]
[XmlAttribute(true)]
IModelElement Value { get; set; }
Property Value
Type | Description |
---|---|
IModelElement |
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> |