Interface IEDataType
The public interface for EDataType
Inherited Members
Namespace: NMF.Interop.Ecore
Assembly: NMF.EcoreInterop.dll
Syntax
[DefaultImplementationType(typeof(EDataType))]
[XmlDefaultImplementationType(typeof(EDataType))]
public interface IEDataType : IEClassifier, IENamedElement, IEModelElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Properties
| Edit this page View SourceSerializable
The serializable property
Declaration
bool? Serializable { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Events
| Edit this page View SourceSerializableChanged
Gets fired when the Serializable property changed its value
Declaration
event EventHandler<ValueChangedEventArgs> SerializableChanged
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
SerializableChanging
Gets fired before the Serializable property changes its value
Declaration
event EventHandler<ValueChangedEventArgs> SerializableChanging
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |