C# 클래스 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.
파일 보기 프로젝트 열기: TheDarkCode/AngularAzureSearch

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
EntityBase ( string docType, string Type ) : Newtonsoft.Json

All root entities inherit this base class.

메소드 상세

EntityBase() 공개 메소드

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.
리턴 Newtonsoft.Json