C# 클래스 Tp.Integration.Plugin.Common.Mashup.PluginMashup

Represents a plugin mashup.
파일 보기 프로젝트 열기: TargetProcess/Target-Process-Plugins

공개 메소드들

메소드 설명
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