Interface IEnumeration
The public interface for Enumeration
Inherited Members
Namespace: NMF.Models.Meta
Assembly: NMF.Models.dll
Syntax
[DefaultImplementationType(typeof(Enumeration))]
[XmlDefaultImplementationType(typeof(Enumeration))]
[ModelRepresentationClass("http://nmf.codeplex.com/nmeta/#//Enumeration")]
public interface IEnumeration : IType, IMetaElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Properties
| Edit this page View SourceIsFlagged
The IsFlagged property
Declaration
[XmlAttribute(true)]
bool IsFlagged { get; set; }
Property Value
Type | Description |
---|---|
bool |
Literals
The Literals property
Declaration
[Browsable(false)]
[XmlAttribute(false)]
[Containment]
[XmlOpposite("Enumeration")]
ICollectionExpression<ILiteral> Literals { get; }
Property Value
Type | Description |
---|---|
ICollectionExpression<ILiteral> |
Events
| Edit this page View SourceIsFlaggedChanged
Gets fired when the IsFlagged property changed its value
Declaration
event EventHandler<ValueChangedEventArgs> IsFlaggedChanged
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
IsFlaggedChanging
Gets fired before the IsFlagged property changes its value
Declaration
event EventHandler<ValueChangedEventArgs> IsFlaggedChanging
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |