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