WorkplaceViewComponentInitializationStrategyDefaultGetPageLimit - метод |
Возвращает количество строк на странице
Пространство имён:
Tessa.UI.Views
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис protected static int DefaultGetPageLimit(
[NotNullAttribute] IWorkplaceViewComponent model
)
Protected Shared Function DefaultGetPageLimit (
<NotNullAttribute> model As IWorkplaceViewComponent
) As Integer
protected:
static int DefaultGetPageLimit(
[NotNullAttribute] IWorkplaceViewComponent^ model
)
static member DefaultGetPageLimit :
[<NotNullAttribute>] model : IWorkplaceViewComponent -> int
Параметры
- model
- Тип: Tessa.UI.ViewsIWorkplaceViewComponent
Модель для которой вызывается метод
Возвращаемое значение
Тип:
Int32
Количество строк на странице
См. также