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