Table of Contents

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

string

CreationTime

创建时间

public DateTime CreationTime { get; set; }

Property Value

DateTime

DefaultValue

默认值

public int? DefaultValue { get; set; }

Property Value

int?

Description

功能描述

public string Description { get; set; }

Property Value

string

Id

唯一标识

public int Id { get; set; }

Property Value

int

Name

功能名称

public string Name { get; set; }

Property Value

string

Options

功能选项

public List<FlowAbilityOptionModel> Options { get; set; }

Property Value

List<FlowAbilityOptionModel>

Methods

GetExportData(string, IJsonSerializer)

Gets the export data.

public Dictionary<string, object> GetExportData(string flowName, IJsonSerializer serializer)

Parameters

flowName string
serializer IJsonSerializer

Returns

Dictionary<string, object>