6 #ifndef ZDK_NET_Pagination_h
7 #define ZDK_NET_Pagination_h
9 #include "native_shared_ptr.h"
10 #include "PublicInterfaces.h"
13 using namespace System::Collections::Generic;
25 ZDK::IPagination* cppRef =
nullptr;
37 property System::String^ NextPageUrl
39 System::String^ get();
50 property bool NextPage
61 property int NextStart
72 property int NextLimit
83 property System::String^ NextPageId
85 System::String^ get();
88 virtual long long Handle()
override;
90 virtual void Initialize()
override;
92 virtual void ReleaseReference()
override;