C# Class Tp.Integration.Plugin.Common.Mashup.PluginMashup

Represents a plugin mashup.
Afficher le fichier Open project: TargetProcess/Target-Process-Plugins

Méthodes publiques

Méthode Description
GetScripts ( ) : Tp.Integration.Messages.PluginLifecycle.PluginMashupScript[]
PluginMashup ( string mashupName, IEnumerable filePaths, string placeholders ) : System

Creates a new instance of plugin mashup.

Private Methods

Méthode Description
GetFullPath ( string path ) : string

Method Details

GetScripts() public méthode

public GetScripts ( ) : Tp.Integration.Messages.PluginLifecycle.PluginMashupScript[]
Résultat Tp.Integration.Messages.PluginLifecycle.PluginMashupScript[]

PluginMashup() public méthode

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.
Résultat System