Accounting Companion Logo Accounting Companion
HomeBlog
TallyConnector
Version
  • TallyConnector
    • Abstractions
    • Core
    • Models
      • Base
      • Common
        • DTO
        • Meta
        • Pagination
          • IPaginatedResponse<T>
          • IPaginationBase
          • PaginatedResponse<T>
          • Pagination
          • PaginationBase
        • AdAllocType
        • AutoColVoucherTypeStat
        • AutoVoucherStatisticsEnvelope
        • BaseStatistics
        • ContactDetail
        • ExciseJurisdiction
        • ExciseNatureOfPurchase
        • GSTDetail
        • GSTNatureOfTransaction
        • GSTPartyType
        • GSTRateDetail
        • GSTRegistrationType
        • GSTTaxType
        • GSTTaxabilityType
        • HSNDetail
        • InterestAppliedOn
        • InterestBalanceType
        • InterestFromType
        • InterestStyle
        • LanguageNameList
        • LastAlterIdsRoot
        • LedgerGSTRegistrationDetail
        • MasterStatistics
        • MultiAddress
        • Names
        • PaymentDetails
        • PeriodStat
        • RoundType
        • StateWiseDetail
        • TallyDMYYYYDate
        • TallyDate
        • TaxType
        • VoucherStatistics
      • TallyPrime
    • Services
Class

PaginationBase

Constructors

PaginationBase()
PaginationBase(ulong, int)

Parameters

totalCount ulong
pageSize int
PaginationBase(ulong, int, int)

Parameters

totalCount ulong
pageSize int
pageNum int
PaginationBase(int, int, ulong, int)

Parameters

pageNum int
pageSize int
totalCount ulong
totalPages int

Properties

PageNum → int
PageSize → int
TotalCount → ulong
TotalPages → int