TODO group levels.

This commit is contained in:
David Lebee 2018-10-17 21:46:09 -05:00
parent a614b3afb3
commit 369c6f117f

View File

@ -42,6 +42,14 @@ namespace PoweredSoft.DynamicQuery
ApplySimpleBeforeAlterInterceptors();
ApplyGenericBeforeAlterInterceptors<T>();
ApplyFilters<T>();
// create group levels.
if (Criteria.Groups.Count != 0)
{
}
// TODO.
}
protected virtual ConditionOperators? ResolveFromOrDefault(FilterType filterType) =>