Interface IAnnotationEntry
The public interface for AnnotationEntry
[DefaultImplementationType(typeof(AnnotationEntry))]
[XmlDefaultImplementationType(typeof(AnnotationEntry))]
[ModelRepresentationClass("http://nmf.codeplex.com/nmeta/#//AnnotationEntry")]
public interface IAnnotationEntry : IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
- Inherited Members
- Extension Methods
Properties
Annotations
The Annotations property
[Browsable(false)]
[XmlAttribute(false)]
[Containment]
IOrderedSetExpression<IAnnotationEntry> Annotations { get; }
Property Value
Details
The Details property
[XmlAttribute(true)]
IListExpression<string> Details { get; }
Property Value
Source
The Source property
[XmlAttribute(true)]
string Source { get; set; }
Property Value
Events
SourceChanged
Gets fired when the Source property changed its value
event EventHandler<ValueChangedEventArgs> SourceChanged
Event Type
SourceChanging
Gets fired before the Source property changes its value
event EventHandler<ValueChangedEventArgs> SourceChanging