Interface IAvailiableTableFieldsFilter

    • Method Detail

      • apply

        List<PropertyInfo> apply​(List<PropertyInfo> children,
                                 PropertyInfo parent)
        The method filters children property info of table.
        Parameters:
        children - the children property info. (Can not be null).
        parent - the parent object. (Can not be null).
        Returns:
        the list of the filtered children property info on witch column (FormField) of table will be created. This method shouldn't return null value.