Table of Contents

Class NullableIntegerSpecification

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

Methods

EqualTo(int)

public NullableIntegerSpecification EqualTo(int other)

Parameters

other int

Returns

NullableIntegerSpecification

GreaterThan(int)

public NullableIntegerSpecification GreaterThan(int other)

Parameters

other int

Returns

NullableIntegerSpecification

GreaterThanOrEqualTo(int)

public NullableIntegerSpecification GreaterThanOrEqualTo(int other)

Parameters

other int

Returns

NullableIntegerSpecification

LessThan(int)

public NullableIntegerSpecification LessThan(int other)

Parameters

other int

Returns

NullableIntegerSpecification

LessThanOrEqualTo(int)

public NullableIntegerSpecification LessThanOrEqualTo(int other)

Parameters

other int

Returns

NullableIntegerSpecification