Interface IAttributeListDeletion
The public interface for AttributeListDeletion
Inherited Members
Namespace: NMF.Models.Changes
Assembly: NMF.Models.dll
Syntax
[DefaultImplementationType(typeof(AttributeListDeletion))]
[XmlDefaultImplementationType(typeof(AttributeListDeletion))]
[ModelRepresentationClass("http://nmf.codeplex.com/changes#//AttributeListDeletion")]
public interface IAttributeListDeletion : IAttributeChange, IElementaryChange, IModelChange, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Properties
| Edit this page View SourceDeletedValue
The deletedValue property
Declaration
[XmlElementName("deletedValue")]
[XmlAttribute(true)]
string DeletedValue { 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 SourceDeletedValueChanged
Gets fired when the DeletedValue property changed its value
Declaration
event EventHandler<ValueChangedEventArgs> DeletedValueChanged
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
DeletedValueChanging
Gets fired before the DeletedValue property changes its value
Declaration
event EventHandler<ValueChangedEventArgs> DeletedValueChanging
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> |