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