Interface IEAttribute
The public interface for EAttribute
[DefaultImplementationType(typeof(EAttribute))]
[XmlDefaultImplementationType(typeof(EAttribute))]
public interface IEAttribute : IEStructuralFeature, IETypedElement, IENamedElement, IEModelElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
- Inherited Members
Properties
ID
The iD property
bool? ID { get; set; }
Property Value
- bool?
Events
IDChanged
Gets fired when the ID property changed its value
event EventHandler<ValueChangedEventArgs> IDChanged
Event Type
IDChanging
Gets fired before the ID property changes its value
event EventHandler<ValueChangedEventArgs> IDChanging