Table of Contents

Interface IReferenceType

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

The public interface for ReferenceType

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

Properties

Events

The Events property

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

Property Value

ICollectionExpression<IEvent>

References

The References property

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

Property Value

ICollectionExpression<IReference>