Class DesignConstraint
Inheritance
System.Object
DesignConstraint
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class DesignConstraint : APIBase, IEquatable<APIBase>
Properties
IntegerRange
Declaration
public IntegerRange IntegerRange { get; set; }
Property Value
Property
Declaration
public string Property { get; }
Property Value
Type |
Description |
System.String |
|
Range
Declaration
public Range Range { get; set; }
Property Value
Severity
Declaration
public EnumWithSelectedValue<Severity> Severity { get; set; }
Property Value
Type
Declaration
public string Type { get; }
Property Value
Type |
Description |
System.String |
|
Unit
Declaration
public string Unit { get; }
Property Value
Type |
Description |
System.String |
|
Implements
System.IEquatable<T>
Extension Methods