[]
Conditional filter item presenter for filter T
.
public class ConditionalFilterItemPresenter<T> : C1View, IComponent, IHandleAfterRender, IDependencyObject, IHandleEvent, IDisposable where T : ConditionalFilter
Name | Description |
---|---|
T |
Name | Description |
---|---|
ConditionalFilterItemPresenter() | Initializes a new instance of the ConditionalFilterItemPresenter<T> class. |
Name | Description |
---|---|
ExpressionProperty | Identifies the Expression dependency property. |
FilterProperty | Identifies the Filter dependency property. |
_filter | |
_menuOperations | List of menu items. |
Name | Description |
---|---|
Expression | Filter's expression. |
Filter | |
IsExpressionHasValue | True, if underlying Expression has a value which participates at filtering. |
Name | Description |
---|---|
ApplyFilterOperation(FilterOperation) | Apply filter operation. |
ApplyFilterWithDelay() | Apply filter with a delay. |
BuildRenderTree(RenderTreeBuilder) | |
Dispose(bool) | |
GetValueFragment() | |
InvalidateView() | Invalidate the view. |
OnAfterRender(bool) | |
OnInitialized() | |
OnParametersSet() |