C# Класс Chaos.Portal.Core.Indexing.View.ViewManager

The view manager.
Наследование: IViewManager
Показать файл Открыть проект

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

Метод Описание
AddView ( IView view, bool force = false ) : void
Delete ( ) : void

Sends a delete all query to all Views, essentially cleaning the entire index

Delete ( string query ) : void

Sends a delete query to all Views

GetView ( string viewName ) : IView
Index ( IEnumerable objs ) : void

The index.

Index ( object obj ) : void

The index.

ViewManager ( IView>.IDictionary dictionary, ICache cache ) : System

Initializes a new instance of the ViewManager class.

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

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

public AddView ( IView view, bool force = false ) : void
view IView
force bool
Результат void

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

Sends a delete all query to all Views, essentially cleaning the entire index
public Delete ( ) : void
Результат void

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

Sends a delete query to all Views
public Delete ( string query ) : void
query string
Результат void

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

public GetView ( string viewName ) : IView
viewName string
Результат IView

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

The index.
public Index ( IEnumerable objs ) : void
objs IEnumerable The objects.
Результат void

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

The index.
public Index ( object obj ) : void
obj object The object.
Результат void

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

Initializes a new instance of the ViewManager class.
public ViewManager ( IView>.IDictionary dictionary, ICache cache ) : System
dictionary IView>.IDictionary The dictionary.
cache ICache
Результат System