Table of Contents

Class BusinessProperty

Namespace
CMS.Plugin.FlowManagement.Abstractions.FlowBusiness
Assembly
CMS.Plugin.FlowManagement.Abstractions.dll

流程对象的扩展属性

[KnownType(typeof(DateTime))]
[KnownType(typeof(float))]
[KnownType(typeof(string))]
[Serializable]
[Design("扩展属性", "扩展属性", Sort = 1)]
public class BusinessProperty
Inheritance
BusinessProperty
Inherited Members

Properties

FlowItemKey

流程上下文标识

[Design("流程上下文标识", "流转数据Key,格式:'***_Value' ,如果为空,将按默认 '扩展属性名称_Value' 作为上下文标识", Sort = 3)]
[FlowItemKey]
[DataMember]
public string FlowItemKey { get; set; }

Property Value

string

Name

扩展属性名称

[Design("扩展属性名称", "扩展属性名称")]
public string Name { get; set; }

Property Value

string

Value

扩展属性值

[Design("扩展属性值", "扩展属性值")]
public string Value { get; set; }

Property Value

string

WriteIntoDataItems

写入流程上下文

[Design("写入流程上下文", "写入流转数据集,用于数据流转,可在其他步骤中通过流程上下文标识 获取数据", Sort = 2)]
[DataMember]
public bool WriteIntoDataItems { get; set; }

Property Value

bool