Interface IEvent
The public interface for Event
Inherited Members
Namespace: NMF.Models.Meta
Assembly: NMF.Models.dll
Syntax
[DefaultImplementationType(typeof(Event))]
[XmlDefaultImplementationType(typeof(Event))]
[ModelRepresentationClass("http://nmf.codeplex.com/nmeta/#//Event")]
public interface IEvent : IMetaElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Properties
| Edit this page View SourceDeclaringType
The DeclaringType property
Declaration
[Browsable(false)]
[XmlAttribute(true)]
[XmlOpposite("Events")]
IReferenceType DeclaringType { get; set; }
Property Value
Type | Description |
---|---|
IReferenceType |
Type
The Type property
Declaration
[XmlAttribute(true)]
IDataType Type { get; set; }
Property Value
Type | Description |
---|---|
IDataType |
Events
| Edit this page View SourceDeclaringTypeChanged
Gets fired when the DeclaringType property changed its value
Declaration
event EventHandler<ValueChangedEventArgs> DeclaringTypeChanged
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
DeclaringTypeChanging
Gets fired before the DeclaringType property changes its value
Declaration
event EventHandler<ValueChangedEventArgs> DeclaringTypeChanging
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
TypeChanged
Gets fired when the Type property changed its value
Declaration
event EventHandler<ValueChangedEventArgs> TypeChanged
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
TypeChanging
Gets fired before the Type property changes its value
Declaration
event EventHandler<ValueChangedEventArgs> TypeChanging
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |