SetRequestPagingParametersDelegate - делегат
Делегат применения параметров постраничного вывода
Пространство имён: Tessa.UI.ViewsСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
public delegate void SetRequestPagingParametersDelegate(
[NotNullAttribute] IWorkplaceViewComponent model,
[NotNullAttribute] ICollection<RequestParameter> parameters,
[NotNullAttribute] PagingContext pagingParameters
)
Public Delegate Sub SetRequestPagingParametersDelegate (
<NotNullAttribute> model As IWorkplaceViewComponent,
<NotNullAttribute> parameters As ICollection(Of RequestParameter),
<NotNullAttribute> pagingParameters As PagingContext
)
public delegate void SetRequestPagingParametersDelegate(
[NotNullAttribute] IWorkplaceViewComponent^ model,
[NotNullAttribute] ICollection<RequestParameter^>^ parameters,
[NotNullAttribute] PagingContext^ pagingParameters
)
type SetRequestPagingParametersDelegate =
delegate of
[<NotNullAttribute>] model : IWorkplaceViewComponent *
[<NotNullAttribute>] parameters : ICollection<RequestParameter> *
[<NotNullAttribute>] pagingParameters : PagingContext -> unit
Параметры
- model IWorkplaceViewComponent
- Модель для которой вызывается делегат
- parameters ICollectionRequestParameter
- Коллкция параметров в которой требуется произвести замену/добавление параметров постраничного вывода
- pagingParameters PagingContext
- Параметры постраничного вывода