Table of Contents

Class IntegerSpecification

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

Methods

EqualTo(int)

public IntegerSpecification EqualTo(int other)

Parameters

other int

Returns

IntegerSpecification

GreaterThan(int)

public IntegerSpecification GreaterThan(int other)

Parameters

other int

Returns

IntegerSpecification

GreaterThanOrEqualTo(int)

public IntegerSpecification GreaterThanOrEqualTo(int other)

Parameters

other int

Returns

IntegerSpecification

LessThan(int)

public IntegerSpecification LessThan(int other)

Parameters

other int

Returns

IntegerSpecification

LessThanOrEqualTo(int)

public IntegerSpecification LessThanOrEqualTo(int other)

Parameters

other int

Returns

IntegerSpecification