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