Interface IAnnotationEntry
The public interface for AnnotationEntry
Inherited Members
Namespace: NMF.Models.Meta
Assembly: NMF.Models.dll
Syntax
[DefaultImplementationType(typeof(AnnotationEntry))]
[XmlDefaultImplementationType(typeof(AnnotationEntry))]
[ModelRepresentationClass("http://nmf.codeplex.com/nmeta/#//AnnotationEntry")]
public interface IAnnotationEntry : IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Properties
| Edit this page View SourceAnnotations
The Annotations property
Declaration
[Browsable(false)]
[XmlAttribute(false)]
[Containment]
IOrderedSetExpression<IAnnotationEntry> Annotations { get; }
Property Value
Type | Description |
---|---|
IOrderedSetExpression<IAnnotationEntry> |
Details
The Details property
Declaration
[XmlAttribute(true)]
IListExpression<string> Details { get; }
Property Value
Type | Description |
---|---|
IListExpression<string> |
Source
The Source property
Declaration
[XmlAttribute(true)]
string Source { get; set; }
Property Value
Type | Description |
---|---|
string |
Events
| Edit this page View SourceSourceChanged
Gets fired when the Source property changed its value
Declaration
event EventHandler<ValueChangedEventArgs> SourceChanged
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
SourceChanging
Gets fired before the Source property changes its value
Declaration
event EventHandler<ValueChangedEventArgs> SourceChanging
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |