Table of Contents

Class ParameterTransferModel

Namespace
CMS.Plugin.ProcessManagement.Abstractions.Models.WorkStations
Assembly
CMS.Plugin.ProcessManagement.Abstractions.dll

参数传递

public class ParameterTransferModel : ExtensibleObject, IHasExtraProperties, IValidatableObject
Inheritance
ParameterTransferModel
Implements
IHasExtraProperties
Inherited Members

Properties

ParameterKey

参数Key

public string ParameterKey { get; set; }

Property Value

string

SourceVariable

初始变量

public string SourceVariable { get; set; }

Property Value

string

TargetVariable

目标变量

public string TargetVariable { get; set; }

Property Value

string

TransferResult

传递结果

public string TransferResult { get; set; }

Property Value

string

TransferSignal

触发信号

public string TransferSignal { get; set; }

Property Value

string