Interface IStructuredType
The public interface for StructuredType
Inherited Members
Namespace: NMF.Models.Meta
Assembly: NMF.Models.dll
Syntax
[DefaultImplementationType(typeof(StructuredType))]
[XmlDefaultImplementationType(typeof(StructuredType))]
[ModelRepresentationClass("http://nmf.codeplex.com/nmeta/#//StructuredType")]
public interface IStructuredType : IType, IMetaElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Properties
| Edit this page View SourceAttributes
The Attributes property
Declaration
[Browsable(false)]
[XmlAttribute(false)]
[Containment]
[XmlOpposite("DeclaringType")]
ICollectionExpression<IAttribute> Attributes { get; }
Property Value
Type | Description |
---|---|
ICollectionExpression<IAttribute> |
Operations
The Operations property
Declaration
[Browsable(false)]
[XmlAttribute(false)]
[Containment]
[XmlOpposite("DeclaringType")]
ICollectionExpression<IOperation> Operations { get; }
Property Value
Type | Description |
---|---|
ICollectionExpression<IOperation> |