Interface IConstraint
Defines Constraints for an Element
Inherited Members
Namespace:System.Dynamic.ExpandoObject
Assembly:SilvaDawn.SilvaModel.UML.Interfaces.dll
Syntax
public interface IConstraint : IPackageableElement, IParameterableElement, INamedElement, IElement, IElementsObservable
Properties
ConstrainedElements
This is elements Constrained by this constraint
Declaration
IList<IElement> ConstrainedElements { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<IElement> |
Specification
The Value Specification for the constraint.
Declaration
IValueSpecification Specification { get; }
Property Value
Type | Description |
---|---|
IValueSpecification |