Click or drag to resize
IObjectSelectorWhereConditionProvider Interface
Defines the contract for the type that provides the object selector where condition.

Namespace: Kentico.Components.Web.Mvc.FormComponents
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public interface IObjectSelectorWhereConditionProvider

The IObjectSelectorWhereConditionProvider type exposes the following members.

Methods
  NameDescription
Public methodGet
Returns the WhereCondition that will be applied to the object selector's database query.
Top
See Also