Table of Contents

Class EntitySearchFieldViewModel<T>

Namespace
Innova.Prism.Library.StructuredSearch
Assembly
Innova.Prism.Library.dll
public class EntitySearchFieldViewModel<T> : EntitySearchFieldViewModel, INotifyPropertyChanged

Type Parameters

T
Inheritance
EntitySearchFieldViewModel<T>
Implements
Derived

Constructors

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