Table of Contents

Class ParameterTransferDefinitionModel

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

参数传递集合

public class ParameterTransferDefinitionModel : ExtensibleObject, IHasExtraProperties, IValidatableObject, IParameterVariable
Inheritance
ParameterTransferDefinitionModel
Implements
IHasExtraProperties
Inherited Members

Properties

Description

描述

public string Description { get; set; }

Property Value

string

GroupName

组名

public string GroupName { get; set; }

Property Value

string

Id

唯一标识

public int Id { get; set; }

Property Value

int

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