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