Table of Contents

Interface IAnyType

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

The public interface for AnyType

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

Properties

AnyAttribute

The anyAttribute property

[XmlElementName("anyAttribute")]
[XmlAttribute(true)]
IListExpression<object> AnyAttribute { get; }

Property Value

IListExpression<object>

Mixed

The mixed property

[XmlElementName("mixed")]
[XmlAttribute(true)]
IListExpression<object> Mixed { get; }

Property Value

IListExpression<object>