Search Results for

    Show / Hide Table of Contents

    Class CustomExpressionFunctionContext

    Inheritance
    System.Object
    CustomExpressionFunctionContext
    Namespace: Simplic.UI.GridView
    Assembly: Simplic.UI.dll
    Syntax
    [KnownType(typeof(CustomExpressionFunctionContext))]
    public class CustomExpressionFunctionContext : ExpressionFunctionContext

    Methods

    | Improve this Doc View Source

    GetFormattedField(Object, String, String, String, Int32)

    Calculates the final sum based on the price and discount percentage.

    Declaration
    public string GetFormattedField(object row, string column, string type, string formatString, int fixedLength)
    Parameters
    Type Name Description
    System.Object row
    System.String column
    System.String type
    System.String formatString
    System.Int32 fixedLength
    Returns
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx