Interface IEDataType
The public interface for EDataType
[DefaultImplementationType(typeof(EDataType))]
[XmlDefaultImplementationType(typeof(EDataType))]
public interface IEDataType : IEClassifier, IENamedElement, IEModelElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
- Inherited Members
Properties
Serializable
The serializable property
bool? Serializable { get; set; }
Property Value
- bool?
Events
SerializableChanged
Gets fired when the Serializable property changed its value
event EventHandler<ValueChangedEventArgs> SerializableChanged
Event Type
SerializableChanging
Gets fired before the Serializable property changes its value
event EventHandler<ValueChangedEventArgs> SerializableChanging