Table of Contents

Constructor RelatedEntitySearchFieldViewModel

Namespace
Innova.Prism.Library.StructuredSearch
Assembly
Innova.Prism.Library.dll

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

public RelatedEntitySearchFieldViewModel(Expression<Func<T, object>> fieldExpression, string valuePath, string displayPath, Func<Task<IEnumerable<object>>> items, string wrappedOperatorFieldName)

Parameters

fieldExpression Expression<Func<T, object>>
valuePath string
displayPath string
items Func<Task<IEnumerable<object>>>
wrappedOperatorFieldName string

RelatedEntitySearchFieldViewModel(string, string, Type, string, string)

public RelatedEntitySearchFieldViewModel(string caption, string name, Type propertyType, string parentWhereClause = null, string category = null)

Parameters

caption string
name string
propertyType Type
parentWhereClause string
category string

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

public RelatedEntitySearchFieldViewModel(string caption, string name, Type propertyType, string valuePath, string displayPath, Func<Task<IEnumerable<object>>> items, string parentWhereClause = null, string category = null)

Parameters

caption string
name string
propertyType Type
valuePath string
displayPath string
items Func<Task<IEnumerable<object>>>
parentWhereClause string
category string