C# Класс Tp.Integration.Plugin.Common.Mashup.PluginMashup

Represents a plugin mashup.
Показать файл Открыть проект

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

Метод Описание
GetScripts ( ) : Tp.Integration.Messages.PluginLifecycle.PluginMashupScript[]
PluginMashup ( string mashupName, IEnumerable filePaths, string placeholders ) : System

Creates a new instance of plugin mashup.

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

Метод Описание
GetFullPath ( string path ) : string

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

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

public GetScripts ( ) : Tp.Integration.Messages.PluginLifecycle.PluginMashupScript[]
Результат Tp.Integration.Messages.PluginLifecycle.PluginMashupScript[]

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

Creates a new instance of plugin mashup.
public PluginMashup ( string mashupName, IEnumerable filePaths, string placeholders ) : System
mashupName string The name of the mashup. This value is used for mashup folder name at TargetProcess side.
filePaths IEnumerable The collection of paths to files to be included in mashup. Paths may be relative or absolute.
placeholders string The collection of TargetProcess placeholders for which this mashup will be included.
Результат System