Table of Contents

Class ParameterTransferVariable

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

参数传递

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

Properties

Description

描述

public string Description { get; set; }

Property Value

string

GroupName

组名

public string GroupName { get; set; }

Property Value

string

Key

参数Key

public string Key { get; set; }

Property Value

string

Name

参数名

public string Name { get; set; }

Property Value

string

Sort

排序

public int Sort { get; set; }

Property Value

int

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