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