C# Класс Spark.Mongo.Search.Common.MongoIndexer

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
MongoIndexer ( MongoIndexStore store, Definitions definitions ) : System
Process ( IEnumerable interactions ) : void
Process ( Spark.Engine.Core.Interaction interaction ) : void

Приватные методы

Метод Описание
put ( IKey key, int level, Hl7.Fhir.Model.DomainResource resource ) : void
put ( IKey key, int level, IEnumerable resources ) : void
put ( IKey key, int level, Hl7.Fhir.Model.Resource resource ) : void
put ( Spark.Engine.Core.Interaction interaction ) : void

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

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

public MongoIndexer ( MongoIndexStore store, Definitions definitions ) : System
store MongoIndexStore
definitions Definitions
Результат System

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

public Process ( IEnumerable interactions ) : void
interactions IEnumerable
Результат void

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

public Process ( Spark.Engine.Core.Interaction interaction ) : void
interaction Spark.Engine.Core.Interaction
Результат void