Show / Hide Table of Contents

Class PaginationDataManagerSourceModel

Источник данных пагинированных данных.

Inheritance
InheritedDto<DataManagerSourceModel>
DataManagerSourceModel
HttpDataManagerSourceModel
PaginationDataManagerSourceModel
Inherited Members
HttpDataManagerSourceModel.Uri
HttpDataManagerSourceModel.ConnectionId
HttpDataManagerSourceModel.ProxySettings
HttpDataManagerSourceModel.TimeoutSec
HttpDataManagerSourceModel.RequestType
Namespace: Trivium.Eventflow.Model.DataManager.Sources
Assembly: Trivium.Eventflow.Model.dll
Syntax
public class PaginationDataManagerSourceModel : HttpDataManagerSourceModel

Properties

string DataPath
JPath путь до данных.
PageSizeHttpParameterDto PageSizeParameter
Параметр задания размера страницы для запроса.
PagingHttpParameterDto PagingParameter
Параметр смещения данных для страниц.
CustomHttpParameterDto[] Parameters
Параметры запроса.
TotalElementsHttpParameterDto TotalElementsCountParameter
Настройка получения общего кол-ва элементов для запроса.
Back to top Generated by DocFX