Restriction Type
the type of restriction placed on a possible value
Union cases
Union case |
Description
|
|
prevent values below a certain limit
|
Full Usage:
NoLimit
|
does not constrain values at all |
|
prevent values above a certain limit
|
Full Usage:
WithinRange(MinValue, MaxValue)
Parameters:
int64<MeasureProduct<Cent, MeasureOne>>
MaxValue : int64<MeasureProduct<Cent, MeasureOne>>
|
constrain values to within a range
|
Instance members
Instance member |
Description
|
Full Usage:
this.Html
Returns: string
|
HTML formatting to display the restriction in a readable format
|
Full Usage:
this.IsLowerLimit
Returns: bool
|
|
Full Usage:
this.IsNoLimit
Returns: bool
|
|
Full Usage:
this.IsUpperLimit
Returns: bool
|
|
Full Usage:
this.IsWithinRange
Returns: bool
|
|