Interface IAnyType
The public interface for AnyType
Inherited Members
Namespace: NMF.Interop.Type
Assembly: NMF.EcoreInterop.dll
Syntax
[DefaultImplementationType(typeof(AnyType))]
[XmlDefaultImplementationType(typeof(AnyType))]
public interface IAnyType : IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Properties
| Edit this page View SourceAnyAttribute
The anyAttribute property
Declaration
[XmlElementName("anyAttribute")]
[XmlAttribute(true)]
IListExpression<object> AnyAttribute { get; }
Property Value
Type | Description |
---|---|
IListExpression<object> |
Mixed
The mixed property
Declaration
[XmlElementName("mixed")]
[XmlAttribute(true)]
IListExpression<object> Mixed { get; }
Property Value
Type | Description |
---|---|
IListExpression<object> |