Search Results for

    Show / Hide Table of Contents

    Interface IFormulaFunctionsWithViewContext

    Inherited Members
    IFormulaFunctionsWithViewModel.DisplayYesNoCancelQuestion(string, string)
    IFormulaFunctionsWithViewModel.DisplayYesNoQuestion(string, string)
    IFormulaFunctionsWithViewModel.DisplayInformationMessage(string, string)
    IFormulaFunctionsWithViewModel.DisplayError(Exception)
    IFormulaFunctionsWithViewModel.OpenItem(IBaseEntity)
    IFormulaFunctionsWithViewModel.OpenItemFromID(Type, Guid)
    IFormulaFunctionsWithViewModel.RootController
    IFormulaFunctionsWithViewModel.IgnoreEvents
    IFormulaFunctionsWithViewModel.Host
    IFormulaFunctionsWithContext.ItemAs<T1>()
    IFormulaFunctionsWithContext.SetCustomParameters(Dictionary<string, object>)
    IFormulaFunctionsWithContext.Item
    IFormulaFunctionsWithContext.PropertyChangedItem
    IFormulaFunctionsWithContext.PropertyChangedName
    IFormulaFunctionsWithContext.PropertyChangedAlias
    IFormulaFunctionsWithContext.ChangedItemType
    IFormulaFunctions.GetItemPropertyValue(object, string)
    IFormulaFunctions.Evaluate<T>(string, bool)
    IFormulaFunctions.IsValid<T>(string)
    IFormulaFunctions.IsValid<T>(string, Type)
    IFormulaFunctions.ShareThisQueryCacheWithTarget(IFormulaFunctions)
    IFormulaFunctions.User
    IFormulaFunctions.Data
    IFormulaFunctions.Cache
    Namespace: LemonEdge.Client.Core
    Assembly: LemonEdge.ClientCore.dll
    Syntax
    public interface IFormulaFunctionsWithViewContext : IFormulaFunctionsWithViewModel, IFormulaFunctionsWithContext, IFormulaFunctions

    Properties

    RowItem

    Declaration
    object RowItem { get; }
    Property Value
    Type Description
    object

    SelectedItems

    Declaration
    IEnumerable<IBaseEntity> SelectedItems { get; }
    Property Value
    Type Description
    IEnumerable<IBaseEntity>

    SelectedObjects

    Declaration
    IEnumerable<object> SelectedObjects { get; }
    Property Value
    Type Description
    IEnumerable<object>

    View

    Declaration
    IModelView View { get; }
    Property Value
    Type Description
    IModelView

    Methods

    GetResultValue(object, string)

    Declaration
    Task<object> GetResultValue(object item, string columnName)
    Parameters
    Type Name Description
    object item
    string columnName
    Returns
    Type Description
    Task<object>

    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

    LinqExtensions.AsArray<T>(T)
    LinqExtensions.ToArrayOfOne<T>(T)
    LinqExtensions.ToListOfOne<T>(T)
    MiscExtensions.SetIfNotEqual<T, TP>(T, Expression<Func<T, TP>>, TP)
    WeakReferenceExtensions.WeakReference(object)
    SQLExtensions.ToSQLValue(object, bool)
    ReflectionExtensions.ClearEventInvocations(object, string)
    StringExtensions.ToCSVFormatString(object, Type)
    In this article
    Back to top © LemonEdge Technologies. All rights reserved.