Interface IEnumerationLiteral
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
Methods
Classifier_equals_owning_enumeration(object, object)
classifier = enumeration
bool Classifier_equals_owning_enumeration(object diagnostics, object context)
Parameters
diagnosticsobjectThe chain of diagnostics to which problems are to be appended.
contextobjectThe cache of context-specific information.
Returns
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
Classifier_equals_owning_enumerationCalling
Gets fired before the operation classifier_equals_owning_enumeration gets called
event EventHandler<OperationCallEventArgs> Classifier_equals_owning_enumerationCalling
Event Type
EnumerationChanged
Gets fired when the Enumeration property changed its value
event EventHandler<ValueChangedEventArgs> EnumerationChanged
Event Type
EnumerationChanging
Gets fired before the Enumeration property changes its value
event EventHandler<ValueChangedEventArgs> EnumerationChanging