Interface IETypedElement
The public interface for ETypedElement
[DefaultImplementationType(typeof(ETypedElement))]
[XmlDefaultImplementationType(typeof(ETypedElement))]
public interface IETypedElement : IENamedElement, IEModelElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
- Inherited Members
Properties
EGenericType
The eGenericType property
IEGenericType EGenericType { get; set; }
Property Value
EType
The eType property
IEClassifier EType { get; set; }
Property Value
LowerBound
The lowerBound property
int? LowerBound { get; set; }
Property Value
- int?
Ordered
The ordered property
bool? Ordered { get; set; }
Property Value
- bool?
Unique
The unique property
bool? Unique { get; set; }
Property Value
- bool?
UpperBound
The upperBound property
int? UpperBound { get; set; }
Property Value
- int?
Events
EGenericTypeChanged
Gets fired when the EGenericType property changed its value
event EventHandler<ValueChangedEventArgs> EGenericTypeChanged
Event Type
EGenericTypeChanging
Gets fired before the EGenericType property changes its value
event EventHandler<ValueChangedEventArgs> EGenericTypeChanging
Event Type
ETypeChanged
Gets fired when the EType property changed its value
event EventHandler<ValueChangedEventArgs> ETypeChanged
Event Type
ETypeChanging
Gets fired before the EType property changes its value
event EventHandler<ValueChangedEventArgs> ETypeChanging
Event Type
LowerBoundChanged
Gets fired when the LowerBound property changed its value
event EventHandler<ValueChangedEventArgs> LowerBoundChanged
Event Type
LowerBoundChanging
Gets fired before the LowerBound property changes its value
event EventHandler<ValueChangedEventArgs> LowerBoundChanging
Event Type
OrderedChanged
Gets fired when the Ordered property changed its value
event EventHandler<ValueChangedEventArgs> OrderedChanged
Event Type
OrderedChanging
Gets fired before the Ordered property changes its value
event EventHandler<ValueChangedEventArgs> OrderedChanging
Event Type
UniqueChanged
Gets fired when the Unique property changed its value
event EventHandler<ValueChangedEventArgs> UniqueChanged
Event Type
UniqueChanging
Gets fired before the Unique property changes its value
event EventHandler<ValueChangedEventArgs> UniqueChanging
Event Type
UpperBoundChanged
Gets fired when the UpperBound property changed its value
event EventHandler<ValueChangedEventArgs> UpperBoundChanged
Event Type
UpperBoundChanging
Gets fired before the UpperBound property changes its value
event EventHandler<ValueChangedEventArgs> UpperBoundChanging