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