3 changed files
D20Tek.Common | ||
D20Tek.Common.csproj | ||
D20Tek.Common.UnitTests | ||
D20Tek.Common.UnitTests.csproj | ||
azure-pipelines.yml | ||
Add comment 21 </member>
Add comment 22 <member name="T:D20Tek.Common.Collections.PagedList`1">
Add comment 23 <summary>
Add comment 24 Minus Base class that represents a list that can be separated into different pages
Add comment 24 Plus Class that represents a list that can be separated into different pages
Add comment 25 and each page queried individually.
Add comment 26 </summary>
Add comment 27 <typeparam name="T">Type of element in the list.</typeparam>
Add comment 240 <param name="index">Index of element to get.</param>
Add comment 241 <returns>Element at specified index.</returns>
Add comment 242 </member>
Add comment 243 Plus <member name="T:D20Tek.Common.DataTypes.Collections.VirtualPagedList`1">
Add comment 244 Plus <summary>
Add comment 245 Plus Class that represents a list that has been separated into different pages.
Add comment 246 Plus This is a virtual list and only keeps the list for the current page.
Add comment 247 Plus Maintains all of the pagination information (but not all of the items).
Add comment 248 Plus </summary>
Add comment 249 Plus <typeparam name="T">Type of element in the list.</typeparam>
Add comment 250 Plus </member>
Add comment 251 Plus <member name="M:D20Tek.Common.DataTypes.Collections.VirtualPagedList`1.#ctor(System.Linq.IQueryable{`0},System.Int32,System.Int32,System.Int32,System.Int32)">
Add comment 252 Plus <summary>
Add comment 253 Plus Initializes a new instance of the <see cref="T:D20Tek.Common.DataTypes.Collections.VirtualPagedList`1"/> class.
Add comment 254 Plus </summary>
Add comment 255 Plus <param name="pageList">The list of items of this page.</param>
Add comment 256 Plus <param name="pageNumber">Initial page number.</param>
Add comment 257 Plus <param name="pageSize">Initial page size.</param>
Add comment 258 Plus <param name="totalItemCount">Total item count.</param>
Add comment 259 Plus <param name="maxVisiblePages">Maximum number of visible pages. Defaults to 5.</param>
Add comment 260 Plus </member>
Add comment 261 Plus <member name="M:D20Tek.Common.DataTypes.Collections.VirtualPagedList`1.#ctor(System.Collections.Generic.IEnumerable{`0},System.Int32,System.Int32,System.Int32,System.Int32)">
Add comment 262 Plus <summary>
Add comment 263 Plus Initializes a new instance of the <see cref="T:D20Tek.Common.DataTypes.Collections.VirtualPagedList`1"/> class.
Add comment 264 Plus </summary>
Add comment 265 Plus <param name="pageList">The full list for pagination.</param>
Add comment 266 Plus <param name="pageNumber">Initial page number.</param>
Add comment 267 Plus <param name="pageSize">Initial page size.</param>
Add comment 268 Plus <param name="totalItemCount">Total item count.</param>
Add comment 269 Plus <param name="maxVisiblePages">Maximum number of visible pages. Defaults to 5.</param>
Add comment 270 Plus </member>
Add comment 243 271 <member name="T:D20Tek.Common.DataTypes.NamedElement`1">
Add comment 244 272 <summary>
Add comment 245 273 Base model class for elements with ids, names, and descriptions.
D20Tek.Common.UnitTests.csproj
/D20Tek.Common.UnitTests/D20Tek.Common.UnitTests.csproj-1+29/D20Tek.Common.UnitTests/D20Tek.Common.UnitTests.csproj
Add comment 21 </member>
Add comment 22 <member name="T:D20Tek.Common.Collections.PagedList`1">
Add comment 23 <summary>
Add comment 24 Minus Base class that represents a list that can be separated into different pages
Add comment 24 Plus Class that represents a list that can be separated into different pages
Add comment 25 and each page queried individually.
Add comment 26 </summary>
Add comment 27 <typeparam name="T">Type of element in the list.</typeparam>
Add comment 240 <param name="index">Index of element to get.</param>
Add comment 241 <returns>Element at specified index.</returns>
Add comment 242 </member>
Add comment 243 Plus <member name="T:D20Tek.Common.DataTypes.Collections.VirtualPagedList`1">
Add comment 244 Plus <summary>
Add comment 245 Plus Class that represents a list that has been separated into different pages.
Add comment 246 Plus This is a virtual list and only keeps the list for the current page.
Add comment 247 Plus Maintains all of the pagination information (but not all of the items).
Add comment 248 Plus </summary>
Add comment 249 Plus <typeparam name="T">Type of element in the list.</typeparam>
Add comment 250 Plus </member>
Add comment 251 Plus <member name="M:D20Tek.Common.DataTypes.Collections.VirtualPagedList`1.#ctor(System.Linq.IQueryable{`0},System.Int32,System.Int32,System.Int32,System.Int32)">
Add comment 252 Plus <summary>
Add comment 253 Plus Initializes a new instance of the <see cref="T:D20Tek.Common.DataTypes.Collections.VirtualPagedList`1"/> class.
Add comment 254 Plus </summary>
Add comment 255 Plus <param name="pageList">The list of items of this page.</param>
Add comment 256 Plus <param name="pageNumber">Initial page number.</param>
Add comment 257 Plus <param name="pageSize">Initial page size.</param>
Add comment 258 Plus <param name="totalItemCount">Total item count.</param>
Add comment 259 Plus <param name="maxVisiblePages">Maximum number of visible pages. Defaults to 5.</param>
Add comment 260 Plus </member>
Add comment 261 Plus <member name="M:D20Tek.Common.DataTypes.Collections.VirtualPagedList`1.#ctor(System.Collections.Generic.IEnumerable{`0},System.Int32,System.Int32,System.Int32,System.Int32)">
Add comment 262 Plus <summary>
Add comment 263 Plus Initializes a new instance of the <see cref="T:D20Tek.Common.DataTypes.Collections.VirtualPagedList`1"/> class.
Add comment 264 Plus </summary>
Add comment 265 Plus <param name="pageList">The full list for pagination.</param>
Add comment 266 Plus <param name="pageNumber">Initial page number.</param>
Add comment 267 Plus <param name="pageSize">Initial page size.</param>
Add comment 268 Plus <param name="totalItemCount">Total item count.</param>
Add comment 269 Plus <param name="maxVisiblePages">Maximum number of visible pages. Defaults to 5.</param>
Add comment 270 Plus </member>
Add comment 243 271 <member name="T:D20Tek.Common.DataTypes.NamedElement`1">
Add comment 244 272 <summary>
Add comment 245 273 Base model class for elements with ids, names, and descriptions.
Add comment 21 </member>
Add comment 22 <member name="T:D20Tek.Common.Collections.PagedList`1">
Add comment 23 <summary>
Add comment 24 Minus Base class that represents a list that can be separated into different pages
Add comment 24 Plus Class that represents a list that can be separated into different pages
Add comment 25 and each page queried individually.
Add comment 26 </summary>
Add comment 27 <typeparam name="T">Type of element in the list.</typeparam>
Add comment 240 <param name="index">Index of element to get.</param>
Add comment 241 <returns>Element at specified index.</returns>
Add comment 242 </member>
Add comment 243 Plus <member name="T:D20Tek.Common.DataTypes.Collections.VirtualPagedList`1">
Add comment 244 Plus <summary>
Add comment 245 Plus Class that represents a list that has been separated into different pages.
Add comment 246 Plus This is a virtual list and only keeps the list for the current page.
Add comment 247 Plus Maintains all of the pagination information (but not all of the items).
Add comment 248 Plus </summary>
Add comment 249 Plus <typeparam name="T">Type of element in the list.</typeparam>
Add comment 250 Plus </member>
Add comment 251 Plus <member name="M:D20Tek.Common.DataTypes.Collections.VirtualPagedList`1.#ctor(System.Linq.IQueryable{`0},System.Int32,System.Int32,System.Int32,System.Int32)">
Add comment 252 Plus <summary>
Add comment 253 Plus Initializes a new instance of the <see cref="T:D20Tek.Common.DataTypes.Collections.VirtualPagedList`1"/> class.
Add comment 254 Plus </summary>
Add comment 255 Plus <param name="pageList">The list of items of this page.</param>
Add comment 256 Plus <param name="pageNumber">Initial page number.</param>
Add comment 257 Plus <param name="pageSize">Initial page size.</param>
Add comment 258 Plus <param name="totalItemCount">Total item count.</param>
Add comment 259 Plus <param name="maxVisiblePages">Maximum number of visible pages. Defaults to 5.</param>
Add comment 260 Plus </member>
Add comment 261 Plus <member name="M:D20Tek.Common.DataTypes.Collections.VirtualPagedList`1.#ctor(System.Collections.Generic.IEnumerable{`0},System.Int32,System.Int32,System.Int32,System.Int32)">
Add comment 262 Plus <summary>
Add comment 263 Plus Initializes a new instance of the <see cref="T:D20Tek.Common.DataTypes.Collections.VirtualPagedList`1"/> class.
Add comment 264 Plus </summary>
Add comment 265 Plus <param name="pageList">The full list for pagination.</param>
Add comment 266 Plus <param name="pageNumber">Initial page number.</param>
Add comment 267 Plus <param name="pageSize">Initial page size.</param>
Add comment 268 Plus <param name="totalItemCount">Total item count.</param>
Add comment 269 Plus <param name="maxVisiblePages">Maximum number of visible pages. Defaults to 5.</param>
Add comment 270 Plus </member>
Add comment 243 271 <member name="T:D20Tek.Common.DataTypes.NamedElement`1">
Add comment 244 272 <summary>
Add comment 245 273 Base model class for elements with ids, names, and descriptions.