Interface IEEnumLiteral
The public interface for EEnumLiteral
[DefaultImplementationType(typeof(EEnumLiteral))]
[XmlDefaultImplementationType(typeof(EEnumLiteral))]
[ModelRepresentationClass("http://www.eclipse.org/emf/2002/Ecore#//EEnumLiteral")]
public interface IEEnumLiteral : IENamedElement, IEModelElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
- Inherited Members
Properties
EEnum
The eEnum property
[Browsable(false)]
[XmlElementName("eEnum")]
[XmlAttribute(true)]
[XmlOpposite("eLiterals")]
IEEnum EEnum { get; set; }
Property Value
Instance
The instance property
[XmlElementName("instance")]
[XmlAttribute(true)]
object Instance { get; set; }
Property Value
Literal
The literal property
[XmlElementName("literal")]
[XmlAttribute(true)]
string Literal { get; set; }
Property Value
Value
The value property
[XmlElementName("value")]
[XmlAttribute(true)]
int? Value { get; set; }
Property Value
- int?
Events
EEnumChanged
Gets fired when the EEnum property changed its value
event EventHandler<ValueChangedEventArgs> EEnumChanged
Event Type
EEnumChanging
Gets fired before the EEnum property changes its value
event EventHandler<ValueChangedEventArgs> EEnumChanging
Event Type
InstanceChanged
Gets fired when the Instance property changed its value
event EventHandler<ValueChangedEventArgs> InstanceChanged
Event Type
InstanceChanging
Gets fired before the Instance property changes its value
event EventHandler<ValueChangedEventArgs> InstanceChanging
Event Type
LiteralChanged
Gets fired when the Literal property changed its value
event EventHandler<ValueChangedEventArgs> LiteralChanged
Event Type
LiteralChanging
Gets fired before the Literal property changes its value
event EventHandler<ValueChangedEventArgs> LiteralChanging
Event Type
ValueChanged
Gets fired when the Value property changed its value
event EventHandler<ValueChangedEventArgs> ValueChanged
Event Type
ValueChanging
Gets fired before the Value property changes its value
event EventHandler<ValueChangedEventArgs> ValueChanging