Click or drag to resize
CustomObjectFilterT Constructor

Namespace: Quickblox.Sdk.Modules.CustomObjectModule.Models
Assembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public CustomObjectFilter(
	CustomObjectOperator customObjectOperator,
	Expression<Func<T>> selectFieldExpression,
	string findValue
)

Parameters

customObjectOperator
Type: Quickblox.Sdk.Modules.CustomObjectModule.ModelsCustomObjectOperator

[Missing <param name="customObjectOperator"/> documentation for "M:Quickblox.Sdk.Modules.CustomObjectModule.Models.CustomObjectFilter`1.#ctor(Quickblox.Sdk.Modules.CustomObjectModule.Models.CustomObjectOperator,System.Linq.Expressions.Expression{System.Func{`0}},System.String)"]

selectFieldExpression
Type: System.Linq.ExpressionsExpressionFuncT

[Missing <param name="selectFieldExpression"/> documentation for "M:Quickblox.Sdk.Modules.CustomObjectModule.Models.CustomObjectFilter`1.#ctor(Quickblox.Sdk.Modules.CustomObjectModule.Models.CustomObjectOperator,System.Linq.Expressions.Expression{System.Func{`0}},System.String)"]

findValue
Type: SystemString

[Missing <param name="findValue"/> documentation for "M:Quickblox.Sdk.Modules.CustomObjectModule.Models.CustomObjectFilter`1.#ctor(Quickblox.Sdk.Modules.CustomObjectModule.Models.CustomObjectOperator,System.Linq.Expressions.Expression{System.Func{`0}},System.String)"]

See Also