Class QueryableIdentifierExtensions

Extension method for QueryableIdentifier.

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

Methods

In(QueryableIdentifier, IEnumerable<string>)

The QueryableIdentifier should be at must one of the specified values. Note that QueryableIdentifier can be used for different types of filters (e.g. CreatedByUsername, DefinitionName, ...).

Declaration
RequestResponse
public static bool In(this QueryableIdentifier value, IEnumerable<string> values)
Parameters
TypeNameDescription
QueryableIdentifiervalue

The value.

IEnumerable<>stringvalues

The values to filter on.

Returns
TypeDescription
bool

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

In(QueryableIdentifier, params string[])

The QueryableIdentifier should be at must one of the specified values. Note thatQueryableIdentifier can be used for different types of filters (e.g.CreatedByUsername, DefinitionName, ...).

Declaration
RequestResponse
public static bool In(this QueryableIdentifier value, params string[] values)
Parameters
TypeNameDescription
QueryableIdentifiervalue

The value.

stringvalues

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,