Interface IAttributeConstraint
The public interface for AttributeConstraint
Inherited Members
Namespace: NMF.Models.Meta
Assembly: NMF.Models.dll
Syntax
[DefaultImplementationType(typeof(AttributeConstraint))]
[XmlDefaultImplementationType(typeof(AttributeConstraint))]
[ModelRepresentationClass("http://nmf.codeplex.com/nmeta/#//AttributeConstraint")]
public interface IAttributeConstraint : IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Properties
| Edit this page View SourceConstrains
The Constrains property
Declaration
[XmlAttribute(true)]
IAttribute Constrains { get; set; }
Property Value
Type | Description |
---|---|
IAttribute |
DeclaringType
The DeclaringType property
Declaration
[Browsable(false)]
[XmlAttribute(true)]
[XmlOpposite("AttributeConstraints")]
IClass DeclaringType { get; set; }
Property Value
Type | Description |
---|---|
IClass |
Values
The Values property
Declaration
[XmlAttribute(true)]
IListExpression<string> Values { get; }
Property Value
Type | Description |
---|---|
IListExpression<string> |
Events
| Edit this page View SourceConstrainsChanged
Gets fired when the Constrains property changed its value
Declaration
event EventHandler<ValueChangedEventArgs> ConstrainsChanged
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
ConstrainsChanging
Gets fired before the Constrains property changes its value
Declaration
event EventHandler<ValueChangedEventArgs> ConstrainsChanging
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
DeclaringTypeChanged
Gets fired when the DeclaringType property changed its value
Declaration
event EventHandler<ValueChangedEventArgs> DeclaringTypeChanged
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
DeclaringTypeChanging
Gets fired before the DeclaringType property changes its value
Declaration
event EventHandler<ValueChangedEventArgs> DeclaringTypeChanging
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |