C# Класс SenseNet.ContentRepository.Storage.Search.NullPopulator

Наследование: IIndexPopulator
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Instance NullPopulator

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

Метод Описание
BeginPopulateNode ( Node node, NodeSaveSettings settings, string originalPath, string newPath ) : object
ClearAndPopulateAll ( ) : void
CommitPopulateNode ( object data, IndexDocumentData indexDocument ) : void
DeleteForest ( IEnumerable idSet, bool moveOrRename ) : void
DeleteForest ( IEnumerable pathSet, bool moveOrRename ) : void
DeleteTree ( string path, bool moveOrRename ) : void
PopulateTree ( string newPath ) : void
RefreshIndex ( IEnumerable nodes ) : void
RefreshIndex ( Node node, bool recursive ) : void
RefreshIndexDocumentInfo ( IEnumerable nodes ) : void
RefreshIndexDocumentInfo ( Node node, bool recursive ) : void
RepopulateTree ( string newPath ) : void

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

Метод Описание
RefreshIndexDocumentInfoOneNode ( Node node ) : void

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

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

public BeginPopulateNode ( Node node, NodeSaveSettings settings, string originalPath, string newPath ) : object
node Node
settings NodeSaveSettings
originalPath string
newPath string
Результат object

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

public ClearAndPopulateAll ( ) : void
Результат void

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

public CommitPopulateNode ( object data, IndexDocumentData indexDocument ) : void
data object
indexDocument IndexDocumentData
Результат void

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

public DeleteForest ( IEnumerable idSet, bool moveOrRename ) : void
idSet IEnumerable
moveOrRename bool
Результат void

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

public DeleteForest ( IEnumerable pathSet, bool moveOrRename ) : void
pathSet IEnumerable
moveOrRename bool
Результат void

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

public DeleteTree ( string path, bool moveOrRename ) : void
path string
moveOrRename bool
Результат void

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

public PopulateTree ( string newPath ) : void
newPath string
Результат void

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

public RefreshIndex ( IEnumerable nodes ) : void
nodes IEnumerable
Результат void

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

public RefreshIndex ( Node node, bool recursive ) : void
node Node
recursive bool
Результат void

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

public RefreshIndexDocumentInfo ( IEnumerable nodes ) : void
nodes IEnumerable
Результат void

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

public RefreshIndexDocumentInfo ( Node node, bool recursive ) : void
node Node
recursive bool
Результат void

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

public RepopulateTree ( string newPath ) : void
newPath string
Результат void

Описание свойств

Instance публичное статическое свойство

public static NullPopulator,SenseNet.ContentRepository.Storage.Search Instance
Результат NullPopulator