C# Class BuildIt.CognitiveServices.Models.CatalogItemsPage

A data object representing a paginated list of catalog items, used as the return type in API4's catalog API
Datei anzeigen Open project: builttoroam/BuildIt

Private Properties

Property Type Description

Public Methods

Method Description
CatalogItemsPage ( ) : System.Linq

Initializes a new instance of the CatalogItemsPage class.

CatalogItemsPage ( System value = default(System.Collections.Generic.IList<ICatalogLine>), string nextLink = default(string) ) : System.Linq

Initializes a new instance of the CatalogItemsPage class.

Method Details

CatalogItemsPage() public method

Initializes a new instance of the CatalogItemsPage class.
public CatalogItemsPage ( ) : System.Linq
return System.Linq

CatalogItemsPage() public method

Initializes a new instance of the CatalogItemsPage class.
public CatalogItemsPage ( System value = default(System.Collections.Generic.IList<ICatalogLine>), string nextLink = default(string) ) : System.Linq
value System Gets or sets the catalog items in this /// page
nextLink string Gets or sets a link to the next page of /// catalog items, if available
return System.Linq