Class FlowDefinitionModel
- Namespace
- CMS.Plugin.FlowManagement.Abstractions.Models
- Assembly
- CMS.Plugin.FlowManagement.Abstractions.dll
流程定义模型
public class FlowDefinitionModel : ExtensibleObject, IHasExtraProperties, IValidatableObject
- Inheritance
-
FlowDefinitionModel
- Implements
-
IHasExtraProperties
- Inherited Members
Properties
Abilitys
功能
public List<FlowAbilityModel> Abilitys { get; set; }
Property Value
AssociationObjects
关联对象
public List<AssociationObject> AssociationObjects { get; set; }
Property Value
BusinessType
交互类型
public FlowBusinessType BusinessType { get; set; }
Property Value
Content
定义内容
public string Content { get; set; }
Property Value
Controls
控制定义
public List<FlowControlModel> Controls { get; set; }
Property Value
Description
流程描述
public string Description { get; set; }
Property Value
Fields
字段定义
public List<FlowFieldModel> Fields { get; set; }
Property Value
FilePath
文件路径
public string FilePath { get; set; }
Property Value
FlowDesign
是否启用流程设计
public bool? FlowDesign { get; set; }
Property Value
- bool?
Id
唯一标识
public int Id { get; set; }
Property Value
IsDisabled
是否禁用
public bool? IsDisabled { get; set; }
Property Value
- bool?
IsStatic
是否静态
public bool? IsStatic { get; set; }
Property Value
- bool?
IsVisible
是否禁用
public bool? IsVisible { get; set; }
Property Value
- bool?
Name
流程名称
public string Name { get; set; }
Property Value
Type
流程类型
public int Type { get; set; }
Property Value
Version
流程版本
public int? Version { get; set; }
Property Value
- int?