Interface IInterval
The public interface for Interval
[DefaultImplementationType(typeof(Interval))]
[XmlDefaultImplementationType(typeof(Interval))]
[ModelRepresentationClass("http://www.eclipse.org/uml2/5.0.0/UML#//Interval")]
public interface IInterval : IValueSpecification, ITypedElement, IPackageableElement, IParameterableElement, INamedElement, IElement, IEModelElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
- Inherited Members
Properties
Max
Refers to the ValueSpecification denoting the maximum value of the range. <p>From package UML::Values.</p>
[XmlElementName("max")]
[XmlAttribute(true)]
IValueSpecification Max { get; set; }
Property Value
Min
Refers to the ValueSpecification denoting the minimum value of the range. <p>From package UML::Values.</p>
[XmlElementName("min")]
[XmlAttribute(true)]
IValueSpecification Min { get; set; }