Interface IAttributeListInsertion
The public interface for AttributeListInsertion
Inherited Members
Namespace: NMF.Models.Changes
Assembly: NMF.Models.dll
Syntax
[DefaultImplementationType(typeof(AttributeListInsertion))]
[XmlDefaultImplementationType(typeof(AttributeListInsertion))]
[ModelRepresentationClass("http://nmf.codeplex.com/changes#//AttributeListInsertion")]
public interface IAttributeListInsertion : 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 |
Index
The index property
Declaration
[XmlElementName("index")]
[XmlAttribute(true)]
int Index { get; set; }
Property Value
Type | Description |
---|---|
int |
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> |
IndexChanged
Gets fired when the Index property changed its value
Declaration
event EventHandler<ValueChangedEventArgs> IndexChanged
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
IndexChanging
Gets fired before the Index property changes its value
Declaration
event EventHandler<ValueChangedEventArgs> IndexChanging
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |