Interface IStructuredType
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
Operations
The Operations property
[Browsable(false)]
[XmlAttribute(false)]
[Containment]
[XmlOpposite("DeclaringType")]
ICollectionExpression<IOperation> Operations { get; }