C# Класс Tp.Search.Bus.Commands.BuildSearchIndexesCommand

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

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

Метод Описание
BuildSearchIndexesCommand ( ITpBus bus, IProfileCollection profileCollection, IProfile profile, IPluginContext pluginContext, IPluginMetadata pluginMetadata ) : Tp.Integration.Common
Execute ( string _, UserDTO user = null ) : PluginCommandResponseMessage

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

Метод Описание
BuildProfileDto ( ) : PluginProfileDto

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

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

public BuildSearchIndexesCommand ( ITpBus bus, IProfileCollection profileCollection, IProfile profile, IPluginContext pluginContext, IPluginMetadata pluginMetadata ) : Tp.Integration.Common
bus ITpBus
profileCollection IProfileCollection
profile IProfile
pluginContext IPluginContext
pluginMetadata IPluginMetadata
Результат Tp.Integration.Common

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

public Execute ( string _, UserDTO user = null ) : PluginCommandResponseMessage
_ string
user Tp.Integration.Common.UserDTO
Результат Tp.Integration.Messages.Commands.PluginCommandResponseMessage