Table of Contents

Class LongSpecification

Namespace
The.Search
Assembly
Instagile.dll
public class LongSpecification : NonNullablePrimitiveAttributeSpecificationBase<long, LongSpecification>, IAttributeSpecification
Inheritance
LongSpecification
Implements
Inherited Members

Methods

EqualTo(long)

public LongSpecification EqualTo(long other)

Parameters

other long

Returns

LongSpecification

GreaterThan(long)

public LongSpecification GreaterThan(long other)

Parameters

other long

Returns

LongSpecification

GreaterThanOrEqualTo(long)

public LongSpecification GreaterThanOrEqualTo(long other)

Parameters

other long

Returns

LongSpecification

LessThan(long)

public LongSpecification LessThan(long other)

Parameters

other long

Returns

LongSpecification

LessThanOrEqualTo(long)

public LongSpecification LessThanOrEqualTo(long other)

Parameters

other long

Returns

LongSpecification