Class QueryablePropertyValueExtensions
Extension methods for QueryablePropertyValue.
Inheritance
object
QueryablePropertyValueExtensions
Namespace: StylelabsStylelabs.MStylelabs.M.BaseQueryingLinq
Assembly: Stylelabs.M.Sdk.dll
Syntax
Methods
Contains(QueryablePropertyValue, string)
The value of the (string) property must be contain the specified value.
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| QueryablePropertyValue | queryablePropertyValue | The property. |
| string | value | The values to filter on. |
Returns
| Type | Description |
|---|---|
| bool | true if contains the value, false otherwise. |
EndsWith(QueryablePropertyValue, string)
The value of the (string) property must end with the specified value.
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| QueryablePropertyValue | queryablePropertyValue | The property. |
| string | value | The values to filter on. |
Returns
| Type | Description |
|---|---|
| bool | true if ends with, false otherwise. |
In(QueryablePropertyValue, IEnumerable
If you have suggestions for improving this article, let us know!