Table of Contents

Interface IReferenceConstraint

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

The public interface for ReferenceConstraint

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

Properties

Constrains

The Constrains property

[XmlAttribute(true)]
IReference Constrains { get; set; }

Property Value

IReference

DeclaringType

The DeclaringType property

[Browsable(false)]
[XmlAttribute(true)]
[XmlOpposite("ReferenceConstraints")]
IClass DeclaringType { get; set; }

Property Value

IClass

References

The References property

[XmlAttribute(true)]
IListExpression<IModelElement> References { get; }

Property Value

IListExpression<IModelElement>

Events

ConstrainsChanged

Gets fired when the Constrains property changed its value

event EventHandler<ValueChangedEventArgs> ConstrainsChanged

Event Type

EventHandler<ValueChangedEventArgs>

ConstrainsChanging

Gets fired before the Constrains property changes its value

event EventHandler<ValueChangedEventArgs> ConstrainsChanging

Event Type

EventHandler<ValueChangedEventArgs>

DeclaringTypeChanged

Gets fired when the DeclaringType property changed its value

event EventHandler<ValueChangedEventArgs> DeclaringTypeChanged

Event Type

EventHandler<ValueChangedEventArgs>

DeclaringTypeChanging

Gets fired before the DeclaringType property changes its value

event EventHandler<ValueChangedEventArgs> DeclaringTypeChanging

Event Type

EventHandler<ValueChangedEventArgs>