Class EDataType
The default implementation of the EDataType class
[XmlNamespace("http://www.eclipse.org/emf/2002/Ecore")]
[XmlNamespacePrefix("ecore")]
[ModelRepresentationClass("http://www.eclipse.org/emf/2002/Ecore#//EDataType/")]
public class EDataType : EClassifier, IEDataType, IEClassifier, IENamedElement, IEModelElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
- Inheritance
-
EDataType
- Implements
- Derived
- Inherited Members
Properties
ClassInstance
Gets the Class model for this type
public static IClass ClassInstance { get; }
Property Value
Serializable
The serializable property
[XmlElementName("serializable")]
[XmlAttribute(true)]
public virtual bool? Serializable { get; set; }
Property Value
- bool?
Methods
GetAttributeValue(string, int)
Resolves the given attribute name
protected override object GetAttributeValue(string attribute, int index)
Parameters
Returns
- object
The attribute value or null if it could not be found
GetClass()
Gets the Class for this model element
public override IClass GetClass()
Returns
OnSerializableChanged(ValueChangedEventArgs)
Raises the SerializableChanged event
protected virtual void OnSerializableChanged(ValueChangedEventArgs eventArgs)
Parameters
eventArgs
ValueChangedEventArgsThe event data
OnSerializableChanging(ValueChangedEventArgs)
Raises the SerializableChanging event
protected virtual void OnSerializableChanging(ValueChangedEventArgs eventArgs)
Parameters
eventArgs
ValueChangedEventArgsThe event data
SetFeature(string, object)
Sets a value to the given feature
protected override void SetFeature(string feature, object value)
Parameters
Events
SerializableChanged
Gets fired when the Serializable property changed its value
public event EventHandler<ValueChangedEventArgs> SerializableChanged
Event Type
SerializableChanging
Gets fired before the Serializable property changes its value
public event EventHandler<ValueChangedEventArgs> SerializableChanging