Interface ISimpleAnyType
The public interface for SimpleAnyType
Inherited Members
Namespace: NMF.Interop.Type
Assembly: NMF.EcoreInterop.dll
Syntax
[DefaultImplementationType(typeof(SimpleAnyType))]
[XmlDefaultImplementationType(typeof(SimpleAnyType))]
public interface ISimpleAnyType : IAnyType, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Properties
| Edit this page View SourceInstanceType
The instanceType property
Declaration
[XmlElementName("instanceType")]
[XmlAttribute(true)]
IEDataType InstanceType { get; set; }
Property Value
Type | Description |
---|---|
IEDataType |
Events
| Edit this page View SourceInstanceTypeChanged
Gets fired when the InstanceType property changed its value
Declaration
event EventHandler<ValueChangedEventArgs> InstanceTypeChanged
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
InstanceTypeChanging
Gets fired before the InstanceType property changes its value
Declaration
event EventHandler<ValueChangedEventArgs> InstanceTypeChanging
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |