Class StringSpecification
public class StringSpecification : AttributeSpecificationBase<string, StringSpecification>
- Inheritance
-
StringSpecification
- Derived
- Inherited Members
Methods
Contains(string)
public StringSpecification Contains(string other)
Parameters
otherstring
Returns
EndsWith(string)
public StringSpecification EndsWith(string other)
Parameters
otherstring
Returns
EqualTo(string)
public StringSpecification EqualTo(string other)
Parameters
otherstring
Returns
In(IEnumerable<string>)
public StringSpecification In(IEnumerable<string> others)
Parameters
othersIEnumerable<string>
Returns
IsNull()
public StringSpecification IsNull()
Returns
StartsWith(string)
public StringSpecification StartsWith(string other)
Parameters
otherstring