C# Class AngularAzureSearch.WebAPI.Entities.Trails.Trail

Inheritance: EntityBase
Datei anzeigen Open project: TheDarkCode/AngularAzureSearch

Private Properties

Property Type Description

Public Methods

Method Description
Trail ( ) : System

Pass the lowercase string name of the class to the base class. This is used in the repository for storage and querying, to organize documents by this type name. Temporary fix for trails data added.

Method Details

Trail() public method

Pass the lowercase string name of the class to the base class. This is used in the repository for storage and querying, to organize documents by this type name. Temporary fix for trails data added.
public Trail ( ) : System
return System