Interface IFormulaFunctionsWithViewContext
Assembly: LemonEdge.ClientCore.dll
Syntax
public interface IFormulaFunctionsWithViewContext : IFormulaFunctionsWithViewModel, IFormulaFunctionsWithContext, IFormulaFunctions
Properties
RowItem
Declaration
Property Value
SelectedItems
Declaration
IEnumerable<IBaseEntity> SelectedItems { get; }
Property Value
SelectedObjects
Declaration
IEnumerable<object> SelectedObjects { get; }
Property Value
View
Declaration
Property Value
Methods
GetResultValue(object, string)
Declaration
Task<object> GetResultValue(object item, string columnName)
Parameters
Returns
GetView(ViewDescriptorInstance)
Returns a view from the overall layout that can be referenced by this formula
Declaration
IModelView GetView(ViewDescriptorInstance descriptor)
Parameters
Type |
Name |
Description |
ViewDescriptorInstance |
descriptor |
A descriptor for the view that you want returned that also exists within the current layout
this formula is executing within
|
Returns
Type |
Description |
IModelView |
A view from the overall layout that can be referenced by this formula
|
Extension Methods