Table of Contents

Class StringSpecification

Namespace
The.Search
Assembly
Instagile.dll
public class StringSpecification : AttributeSpecificationBase<string, StringSpecification>
Inheritance
StringSpecification
Derived
Inherited Members

Methods

Contains(string)

public StringSpecification Contains(string other)

Parameters

other string

Returns

StringSpecification

EndsWith(string)

public StringSpecification EndsWith(string other)

Parameters

other string

Returns

StringSpecification

EqualTo(string)

public StringSpecification EqualTo(string other)

Parameters

other string

Returns

StringSpecification

In(IEnumerable<string>)

public StringSpecification In(IEnumerable<string> others)

Parameters

others IEnumerable<string>

Returns

StringSpecification

IsNull()

public StringSpecification IsNull()

Returns

StringSpecification

StartsWith(string)

public StringSpecification StartsWith(string other)

Parameters

other string

Returns

StringSpecification