TODO group levels.
This commit is contained in:
parent
a614b3afb3
commit
369c6f117f
@ -42,6 +42,14 @@ namespace PoweredSoft.DynamicQuery
|
|||||||
ApplySimpleBeforeAlterInterceptors();
|
ApplySimpleBeforeAlterInterceptors();
|
||||||
ApplyGenericBeforeAlterInterceptors<T>();
|
ApplyGenericBeforeAlterInterceptors<T>();
|
||||||
ApplyFilters<T>();
|
ApplyFilters<T>();
|
||||||
|
|
||||||
|
// create group levels.
|
||||||
|
if (Criteria.Groups.Count != 0)
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
// TODO.
|
||||||
}
|
}
|
||||||
|
|
||||||
protected virtual ConditionOperators? ResolveFromOrDefault(FilterType filterType) =>
|
protected virtual ConditionOperators? ResolveFromOrDefault(FilterType filterType) =>
|
||||||
|
Loading…
Reference in New Issue
Block a user