C# Класс AngularAzureSearch.WebAPI.Entities.ItemBase

This is the base class that all root item classes inherit. This will allow the type of item to be passed in which is used for the Where predicate in the RepositoryBase class.
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

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

Метод Описание
ItemBase ( string docType ) : Newtonsoft.Json

All root entities inherit this base class.

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

ItemBase() публичный Метод

All root entities inherit this base class.
public ItemBase ( string docType ) : Newtonsoft.Json
docType string The name of the type of entity (lowercase).
Результат Newtonsoft.Json