C# Class Terradue.ElasticCas.Services.BaseService

Inheritance: ServiceStack.ServiceInterface.Service
Show file Open project: Terradue/DotNetElasticCas

Protected Properties

Property Type Description
client Terradue.ElasticCas.Controllers.ElasticClientWrapper
ecf Terradue.ElasticCas.Controllers.ElasticCasFactory

Public Methods

Method Description
BaseService ( string name ) : System

Method Details

BaseService() public method

public BaseService ( string name ) : System
name string
return System

Property Details

client protected property

protected ElasticClientWrapper,Terradue.ElasticCas.Controllers client
return Terradue.ElasticCas.Controllers.ElasticClientWrapper

ecf protected property

protected ElasticCasFactory,Terradue.ElasticCas.Controllers ecf
return Terradue.ElasticCas.Controllers.ElasticCasFactory