Interface IReferenceConstraint
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
DeclaringType
The DeclaringType property
[Browsable(false)]
[XmlAttribute(true)]
[XmlOpposite("ReferenceConstraints")]
IClass DeclaringType { get; set; }
Property Value
References
The References property
[XmlAttribute(true)]
IListExpression<IModelElement> References { get; }
Property Value
Events
ConstrainsChanged
Gets fired when the Constrains property changed its value
event EventHandler<ValueChangedEventArgs> ConstrainsChanged
Event Type
ConstrainsChanging
Gets fired before the Constrains property changes its value
event EventHandler<ValueChangedEventArgs> ConstrainsChanging
Event Type
DeclaringTypeChanged
Gets fired when the DeclaringType property changed its value
event EventHandler<ValueChangedEventArgs> DeclaringTypeChanged
Event Type
DeclaringTypeChanging
Gets fired before the DeclaringType property changes its value
event EventHandler<ValueChangedEventArgs> DeclaringTypeChanging