C# Класс DemoSite.Business.FakeStore.FakeProductDatabase

This class fakes what otherwise might have been an external product database. It's included in order to show how easy it is to feed the web site with content from other sources without needing to mirror the structure or information as pages in the system.
Показать файл Открыть проект

Открытые методы

Метод Описание
GetProduct ( string productId ) : Product
GetProducts ( ) : List
IsValidProduct ( string productId ) : bool

Описание методов

GetProduct() публичный статический Метод

public static GetProduct ( string productId ) : Product
productId string
Результат Product

GetProducts() публичный статический Метод

public static GetProducts ( ) : List
Результат List

IsValidProduct() публичный статический Метод

public static IsValidProduct ( string productId ) : bool
productId string
Результат bool