Skip to main content

CardViewModel.ProcessCustomBinding Method

Name Parameters Description
ProcessCustomBinding(CardViewCustomBindingGetDataCardCountHandler, CardViewCustomBindingGetDataHandler, CardViewCustomBindingGetSummaryValuesHandler, CardViewCustomBindingGetUniqueHeaderFilterValuesHandler) getDataCardCountMethod, getDataMethod, getSummaryValuesMethod, getUniqueHeaderFilterValuesMethod Delegates the implementation of CardView view model population in the custom data binding mode to Model-layer functions specified via the method’s parameters.
ProcessCustomBinding(CardViewCustomBindingGetDataCardCountHandler, CardViewCustomBindingGetDataHandler, CardViewCustomBindingGetSummaryValuesHandler) getDataCardCountMethod, getDataMethod, getSummaryValuesMethod Delegates the implementation of CardView view model population in the custom data binding mode to Model-layer functions specified via the method’s parameters.
ProcessCustomBinding(CardViewCustomBindingGetDataCardCountHandler, CardViewCustomBindingGetDataHandler, CardViewCustomBindingGetUniqueHeaderFilterValuesHandler) getDataCardCountMethod, getDataMethod, getUniqueHeaderFilterValuesMethod Delegates the implementation of CardView view model population in the custom data binding mode to Model-layer functions specified via the method’s parameters.
ProcessCustomBinding(CardViewCustomBindingGetDataCardCountHandler, CardViewCustomBindingGetDataHandler) getDataCardCountMethod, getDataMethod Delegates the implementation of CardView view model population in the custom data binding mode to Model-layer functions specified via the method’s parameters.