Table of Contents

Interface IEnumerationLiteral

Namespace
NMF.Interop.Cmof
Assembly
NMF.UMLInterop.dll

The public interface for EnumerationLiteral

[DefaultImplementationType(typeof(EnumerationLiteral))]
[XmlDefaultImplementationType(typeof(EnumerationLiteral))]
[ModelRepresentationClass("http://www.omg.org/spec/MOF/20131001/cmof.xmi#//EnumerationLiteral")]
public interface IEnumerationLiteral : IInstanceSpecification, IPackageableElement, INamedElement, IElement, IObject, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Inherited Members

Properties

Enumeration

The Enumeration that this EnumerationLiteral is a member of.

[Browsable(false)]
[XmlElementName("enumeration")]
[XmlAttribute(true)]
[XmlOpposite("ownedLiteral")]
IEnumeration Enumeration { get; set; }

Property Value

IEnumeration

Methods

Classifier_equals_owning_enumeration(object, object)

classifier = enumeration

bool Classifier_equals_owning_enumeration(object diagnostics, object context)

Parameters

diagnostics object

The chain of diagnostics to which problems are to be appended.

context object

The cache of context-specific information.

Returns

bool

Events

Classifier_equals_owning_enumerationCalled

Gets fired after the operation classifier_equals_owning_enumeration got called

event EventHandler<OperationCallEventArgs> Classifier_equals_owning_enumerationCalled

Event Type

EventHandler<OperationCallEventArgs>

Classifier_equals_owning_enumerationCalling

Gets fired before the operation classifier_equals_owning_enumeration gets called

event EventHandler<OperationCallEventArgs> Classifier_equals_owning_enumerationCalling

Event Type

EventHandler<OperationCallEventArgs>

EnumerationChanged

Gets fired when the Enumeration property changed its value

event EventHandler<ValueChangedEventArgs> EnumerationChanged

Event Type

EventHandler<ValueChangedEventArgs>

EnumerationChanging

Gets fired before the Enumeration property changes its value

event EventHandler<ValueChangedEventArgs> EnumerationChanging

Event Type

EventHandler<ValueChangedEventArgs>