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