Class IntegerSpecification
public class IntegerSpecification : NonNullablePrimitiveAttributeSpecificationBase<int, IntegerSpecification>, IAttributeSpecification
- Inheritance
-
IntegerSpecification
- Implements
- Inherited Members
Methods
EqualTo(int)
public IntegerSpecification EqualTo(int other)
Parameters
otherint
Returns
GreaterThan(int)
public IntegerSpecification GreaterThan(int other)
Parameters
otherint
Returns
GreaterThanOrEqualTo(int)
public IntegerSpecification GreaterThanOrEqualTo(int other)
Parameters
otherint
Returns
LessThan(int)
public IntegerSpecification LessThan(int other)
Parameters
otherint
Returns
LessThanOrEqualTo(int)
public IntegerSpecification LessThanOrEqualTo(int other)
Parameters
otherint