C# Класс Talifun.Commander.Command.Image.ImageConversionMessanger

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

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

Метод Описание
CreateCancelMessage ( System.Guid correlationId, System.Guid requestorCorrelationId ) : object
CreateRequestMessage ( System.Guid correlationId, System.Guid requestorCorrelationId, string>.IDictionary appSettings, ProjectElement project, string workingFilePath, FileMatchElement fileMatch ) : object
CreateTestConfigurationRequestMessage ( System.Guid correlationId, System.Guid requestorCorrelationId, string>.IDictionary appSettings, ProjectElement project ) : object

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

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

public CreateCancelMessage ( System.Guid correlationId, System.Guid requestorCorrelationId ) : object
correlationId System.Guid
requestorCorrelationId System.Guid
Результат object

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

public CreateRequestMessage ( System.Guid correlationId, System.Guid requestorCorrelationId, string>.IDictionary appSettings, ProjectElement project, string workingFilePath, FileMatchElement fileMatch ) : object
correlationId System.Guid
requestorCorrelationId System.Guid
appSettings string>.IDictionary
project Talifun.Commander.Command.Configuration.ProjectElement
workingFilePath string
fileMatch Talifun.Commander.Command.Configuration.FileMatchElement
Результат object

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

public CreateTestConfigurationRequestMessage ( System.Guid correlationId, System.Guid requestorCorrelationId, string>.IDictionary appSettings, ProjectElement project ) : object
correlationId System.Guid
requestorCorrelationId System.Guid
appSettings string>.IDictionary
project Talifun.Commander.Command.Configuration.ProjectElement
Результат object