C# Class Tenant.Mvc.Core.Models.CatalogModel

ファイルを表示 Open project: Microsoft/WingTipTickets Class Usage Examples

Public Properties

Property Type Description
CatalogItems IEnumerable
RecommendedItems IEnumerable

Public Methods

Method Description
CatalogModel ( IEnumerable catalogItems, IEnumerable recommendedItems ) : System.Collections.Generic

Method Details

CatalogModel() public method

public CatalogModel ( IEnumerable catalogItems, IEnumerable recommendedItems ) : System.Collections.Generic
catalogItems IEnumerable
recommendedItems IEnumerable
return System.Collections.Generic

Property Details

CatalogItems public_oe property

public IEnumerable CatalogItems
return IEnumerable

RecommendedItems public_oe property

public IEnumerable RecommendedItems
return IEnumerable