public void NewOrder(string propertyName, ListSortDirection direction, Type entityType) { this.Add(FilterMng.BuildOrderItem(propertyName, direction, entityType)); }
public void NewFilter(object value, string propertyName, IFilterProperty filterProperty, Operation operation, Type entityType, String propLabel) { this.Add(FilterMng.BuildFilterItem(value, propertyName, filterProperty, operation, entityType, propLabel)); }
public static string ORDER(OrderList orders, string tableAlias, Dictionary <String, ForeignField> foreignFields) { return(FilterMng.GET_ORDERS_SQL(orders, tableAlias, foreignFields)); }