C# 클래스 BuildIt.CognitiveServices.Models.CatalogItemsPage

A data object representing a paginated list of catalog items, used as the return type in API4's catalog API
파일 보기 프로젝트 열기: builttoroam/BuildIt

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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.

메소드 상세

CatalogItemsPage() 공개 메소드

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

CatalogItemsPage() 공개 메소드

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
리턴 System.Linq