C# Class AngularAzureSearch.WebAPI.Entities.EntityBase

This is the base class that all root entity classes inherit. This will allow the type of entity to be passed in which is used for the Where predicate in the RepositoryBase class.
Datei anzeigen Open project: TheDarkCode/AngularAzureSearch

Private Properties

Property Type Description

Public Methods

Method Description
EntityBase ( string docType, string Type ) : Newtonsoft.Json

All root entities inherit this base class.

Method Details

EntityBase() public method

All root entities inherit this base class.
public EntityBase ( string docType, string Type ) : Newtonsoft.Json
docType string The name of the type of entity (lowercase).
Type string The type of the document.
return Newtonsoft.Json