Table of Contents

Interface IStructuredType

Namespace
NMF.Models.Meta
Assembly
NMF.Models.dll

The public interface for StructuredType

[DefaultImplementationType(typeof(StructuredType))]
[XmlDefaultImplementationType(typeof(StructuredType))]
[ModelRepresentationClass("http://nmf.codeplex.com/nmeta/#//StructuredType")]
public interface IStructuredType : IType, IMetaElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Inherited Members
Extension Methods

Properties

Attributes

The Attributes property

[Browsable(false)]
[XmlAttribute(false)]
[Containment]
[XmlOpposite("DeclaringType")]
ICollectionExpression<IAttribute> Attributes { get; }

Property Value

ICollectionExpression<IAttribute>

Operations

The Operations property

[Browsable(false)]
[XmlAttribute(false)]
[Containment]
[XmlOpposite("DeclaringType")]
ICollectionExpression<IOperation> Operations { get; }

Property Value

ICollectionExpression<IOperation>