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
Afficher le fichier Open project: builttoroam/BuildIt

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

Initializes a new instance of the CatalogItemsPage class.
public CatalogItemsPage ( ) : System.Linq
Résultat System.Linq

CatalogItemsPage() public méthode

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
Résultat System.Linq