Show / Hide Table of Contents

Interface ISimpleAnyType

The public interface for SimpleAnyType

Inherited Members
IAnyType.Mixed
IAnyType.AnyAttribute
IModelElement.Delete()
IModelElement.Deleted
IModelElement.Deleting
IModelElement.IsIdentified
IModelElement.ToIdentifierString()
IModelElement.RelativeUri
IModelElement.AbsoluteUri
IModelElement.Resolve(Uri)
IModelElement.GetContainerReference(IModelElement, out int)
IModelElement.Model
IModelElement.Parent
IModelElement.ParentChanged
IModelElement.Children
IModelElement.ReferencedElements
IModelElement.Extensions
IModelElement.GetExtension<T>()
IModelElement.GetClass()
IModelElement.GetAttributeValue(IAttribute, int)
IModelElement.GetAttributeValues(IAttribute)
IModelElement.CallOperation(IOperation, params object[])
IModelElement.GetReferencedElement(IReference, int)
IModelElement.SetReferencedElement(IReference, IModelElement)
IModelElement.GetReferencedElements(IReference)
IModelElement.SetAttributeValue(IAttribute, object)
IModelElement.Freeze()
IModelElement.Lock()
IModelElement.Unlock()
IModelElement.TryUnlock()
IModelElement.IsFrozen
IModelElement.IsLocked
IModelElement.BubbledChange
INotifyPropertyChanged.PropertyChanged
INotifyPropertyChanging.PropertyChanging
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 Source

InstanceType

The instanceType property

Declaration
[XmlElementName("instanceType")]
[XmlAttribute(true)]
IEDataType InstanceType { get; set; }
Property Value
Type Description
IEDataType

Events

| Edit this page View Source

InstanceTypeChanged

Gets fired when the InstanceType property changed its value

Declaration
event EventHandler<ValueChangedEventArgs> InstanceTypeChanged
Event Type
Type Description
EventHandler<ValueChangedEventArgs>
| Edit this page View Source

InstanceTypeChanging

Gets fired before the InstanceType property changes its value

Declaration
event EventHandler<ValueChangedEventArgs> InstanceTypeChanging
Event Type
Type Description
EventHandler<ValueChangedEventArgs>
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX