C# Class Tp.Search.Bus.Commands.BuildSearchIndexesCommand

Inheritance: IPluginCommand
Afficher le fichier Open project: TargetProcess/Target-Process-Plugins Class Usage Examples

Méthodes publiques

Méthode Description
BuildSearchIndexesCommand ( ITpBus bus, IProfileCollection profileCollection, IProfile profile, IPluginContext pluginContext, IPluginMetadata pluginMetadata ) : Tp.Integration.Common
Execute ( string _, UserDTO user = null ) : PluginCommandResponseMessage

Private Methods

Méthode Description
BuildProfileDto ( ) : PluginProfileDto

Method Details

BuildSearchIndexesCommand() public méthode

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
Résultat Tp.Integration.Common

Execute() public méthode

public Execute ( string _, UserDTO user = null ) : PluginCommandResponseMessage
_ string
user Tp.Integration.Common.UserDTO
Résultat Tp.Integration.Messages.Commands.PluginCommandResponseMessage