Table of Contents

Interface IAnnotationEntry

Namespace
NMF.Models.Meta
Assembly
NMF.Models.dll

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

IOrderedSetExpression<IAnnotationEntry>

Details

The Details property

[XmlAttribute(true)]
IListExpression<string> Details { get; }

Property Value

IListExpression<string>

Source

The Source property

[XmlAttribute(true)]
string Source { get; set; }

Property Value

string

Events

SourceChanged

Gets fired when the Source property changed its value

event EventHandler<ValueChangedEventArgs> SourceChanged

Event Type

EventHandler<ValueChangedEventArgs>

SourceChanging

Gets fired before the Source property changes its value

event EventHandler<ValueChangedEventArgs> SourceChanging

Event Type

EventHandler<ValueChangedEventArgs>