Table of Contents

Class EntitySearchFieldViewModel

Namespace
Innova.Prism.Library.StructuredSearch
Assembly
Innova.Prism.Library.dll
public class EntitySearchFieldViewModel : BindableBase, INotifyPropertyChanged
Inheritance
EntitySearchFieldViewModel
Implements
Derived

Constructors

EntitySearchFieldViewModel(string, string, Type, string, string)
EntitySearchFieldViewModel(string, string, Type, string, string, Func<Task<IEnumerable<object>>>, string, string)

Fields

_items

Properties

Caption
Category
ClearSelectedOperatorCommand
CollectionFieldName

If this is a many to many, gets the name of the field to search in the collection.

DataTemplate
DisplayPath

Gets the combobox lookup display path. ()

FromControlVisibility
IsActive
Items

Gets the items source for the lookup combo box.

ItemsFunc
Name

Gets the name of the field.

ObjectValue1
ObjectValue2
Operators
ParentWhereClause
SelectedOperator
ToControlVisibility
Type

Gets the type of the field.

ValuePath

Gets combobox lookup value path.

Methods

CreateCopy()
FillOperators()
GetItems()
GetState()
IsManyToMany()
IsOneToMany()
SetState(EntitySavedQueryField)
ToString()

Returns a string that represents this instance.