using System;
namespace Kingo.Plugin.NYYP
{
///
/// Represents an object to configure .
///
public class AutoCompleteComboBoxSetting
{
///
/// Gets a filter function which determines whether items should be suggested or not
/// for the specified query.
/// Default: Gets the filter which maps an item to true
/// if its text contains the query (case insensitive).
///
///
/// The string input by user.
///
///
/// The function to get a string which identifies the specified item.
///
///
public virtual Predicate