Class QueryableIdExtensions

Extension method for QueryableId.

Inheritance
object
QueryableIdExtensions
Namespace: StylelabsStylelabs.MStylelabs.M.BaseQueryingLinq
Assembly: Stylelabs.M.Sdk.dll
Syntax
RequestResponse
public static class QueryableIdExtensions

Methods

In(QueryableId, IEnumerable<long>)

The id of an entity must be at least one of the specified values.

Declaration
RequestResponse
public static bool In(this QueryableId value, IEnumerable<long> values)
Parameters
TypeNameDescription
QueryableIdvalue

The value.

IEnumerable<>longvalues

The values to filter on.

Returns
TypeDescription
bool

true if the value is include in the collection, false otherwise.

In(QueryableId, params long[])

The id of an entity must be at least one of the specified values.

Declaration
RequestResponse
public static bool In(this QueryableId value, params long[] values)
Parameters
TypeNameDescription
QueryableIdvalue

The value.

longvalues

The values to filter on.

Returns
TypeDescription
bool

true if the value is include in the collection, false otherwise.

Do you have some feedback for us?

If you have suggestions for improving this article,