Show / Hide Table of Contents

Interface IEnumeration

The public interface for Enumeration

Inherited Members
IType.Namespace
IType.NamespaceChanging
IType.NamespaceChanged
IMetaElement.Name
IMetaElement.Summary
IMetaElement.Remarks
IMetaElement.NameChanging
IMetaElement.NameChanged
IMetaElement.SummaryChanging
IMetaElement.SummaryChanged
IMetaElement.RemarksChanging
IMetaElement.RemarksChanged
IModelElement.Delete()
IModelElement.Deleted
IModelElement.Deleting
IModelElement.IsIdentified
IModelElement.ToIdentifierString()
IModelElement.RelativeUri
IModelElement.AbsoluteUri
IModelElement.Resolve(Uri)
IModelElement.GetContainerReference(IModelElement, out int)
IModelElement.Model
IModelElement.Parent
IModelElement.ParentChanged
IModelElement.Children
IModelElement.ReferencedElements
IModelElement.Extensions
IModelElement.GetExtension<T>()
IModelElement.GetClass()
IModelElement.GetAttributeValue(IAttribute, int)
IModelElement.GetAttributeValues(IAttribute)
IModelElement.CallOperation(IOperation, params object[])
IModelElement.GetReferencedElement(IReference, int)
IModelElement.SetReferencedElement(IReference, IModelElement)
IModelElement.GetReferencedElements(IReference)
IModelElement.SetAttributeValue(IAttribute, object)
IModelElement.Freeze()
IModelElement.Lock()
IModelElement.Unlock()
IModelElement.TryUnlock()
IModelElement.IsFrozen
IModelElement.IsLocked
IModelElement.BubbledChange
INotifyPropertyChanged.PropertyChanged
INotifyPropertyChanging.PropertyChanging
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 Source

IsFlagged

The IsFlagged property

Declaration
[XmlAttribute(true)]
bool IsFlagged { get; set; }
Property Value
Type Description
bool
| Edit this page View Source

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 Source

IsFlaggedChanged

Gets fired when the IsFlagged property changed its value

Declaration
event EventHandler<ValueChangedEventArgs> IsFlaggedChanged
Event Type
Type Description
EventHandler<ValueChangedEventArgs>
| Edit this page View Source

IsFlaggedChanging

Gets fired before the IsFlagged property changes its value

Declaration
event EventHandler<ValueChangedEventArgs> IsFlaggedChanging
Event Type
Type Description
EventHandler<ValueChangedEventArgs>

Extension Methods

ModelExtensions.AncestorTree(IModelElement)
ModelExtensions.Ancestors(IModelElement)
ModelExtensions.Descendants(IModelElement)
TypeExtensions.Parse(IType, string)
TypeExtensions.Serialize(IType, object)
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX