Interface IAttributeCollectionDeletion
The public interface for AttributeCollectionDeletion
Inherited Members
Namespace: NMF.Models.Changes
Assembly: NMF.Models.dll
Syntax
[DefaultImplementationType(typeof(AttributeCollectionDeletion))]
[XmlDefaultImplementationType(typeof(AttributeCollectionDeletion))]
[ModelRepresentationClass("http://nmf.codeplex.com/changes#//AttributeCollectionDeletion")]
public interface IAttributeCollectionDeletion : 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 |
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> |