Class FlowAbilityModel
- Namespace
- CMS.Plugin.FlowManagement.Abstractions.Models
- Assembly
- CMS.Plugin.FlowManagement.Abstractions.dll
流程功能定义模型
public class FlowAbilityModel : ExtensibleObject, IHasExtraProperties, IValidatableObject
- Inheritance
-
FlowAbilityModel
- Implements
-
IHasExtraProperties
- Inherited Members
Properties
Code
功能编号
public string Code { get; set; }
Property Value
CreationTime
创建时间
public DateTime CreationTime { get; set; }
Property Value
DefaultValue
默认值
public int? DefaultValue { get; set; }
Property Value
- int?
Description
功能描述
public string Description { get; set; }
Property Value
Id
唯一标识
public int Id { get; set; }
Property Value
Name
功能名称
public string Name { get; set; }
Property Value
Options
功能选项
public List<FlowAbilityOptionModel> Options { get; set; }
Property Value
Methods
GetExportData(string, IJsonSerializer)
Gets the export data.
public Dictionary<string, object> GetExportData(string flowName, IJsonSerializer serializer)
Parameters
flowName
stringserializer
IJsonSerializer