Interface SeriesTimerInfoDtoQueryResult

Query result container.

SeriesTimerInfoDtoQueryResult

interface SeriesTimerInfoDtoQueryResult {
    Items?: SeriesTimerInfoDto[];
    StartIndex?: number;
    TotalRecordCount?: number;
}

Properties

Gets or sets the items.

SeriesTimerInfoDtoQueryResult

StartIndex?: number

Gets or sets the index of the first record in Items.

SeriesTimerInfoDtoQueryResult

TotalRecordCount?: number

Gets or sets the total number of records available.

SeriesTimerInfoDtoQueryResult