Table of Contents

Interface ISimpleAnyType

Namespace
NMF.Interop.Type
Assembly
NMF.EcoreInterop.dll

The public interface for SimpleAnyType

[DefaultImplementationType(typeof(SimpleAnyType))]
[XmlDefaultImplementationType(typeof(SimpleAnyType))]
public interface ISimpleAnyType : IAnyType, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Inherited Members

Properties

InstanceType

The instanceType property

[XmlElementName("instanceType")]
[XmlAttribute(true)]
IEDataType InstanceType { get; set; }

Property Value

IEDataType

Events

InstanceTypeChanged

Gets fired when the InstanceType property changed its value

event EventHandler<ValueChangedEventArgs> InstanceTypeChanged

Event Type

EventHandler<ValueChangedEventArgs>

InstanceTypeChanging

Gets fired before the InstanceType property changes its value

event EventHandler<ValueChangedEventArgs> InstanceTypeChanging

Event Type

EventHandler<ValueChangedEventArgs>