Table of Contents

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

List<FlowAbilityModel>

AssociationObjects

关联对象

public List<AssociationObject> AssociationObjects { get; set; }

Property Value

List<AssociationObject>

BusinessType

交互类型

public FlowBusinessType BusinessType { get; set; }

Property Value

FlowBusinessType

Content

定义内容

public string Content { get; set; }

Property Value

string

Controls

控制定义

public List<FlowControlModel> Controls { get; set; }

Property Value

List<FlowControlModel>

Description

流程描述

public string Description { get; set; }

Property Value

string

Fields

字段定义

public List<FlowFieldModel> Fields { get; set; }

Property Value

List<FlowFieldModel>

FilePath

文件路径

public string FilePath { get; set; }

Property Value

string

FlowDesign

是否启用流程设计

public bool? FlowDesign { get; set; }

Property Value

bool?

Id

唯一标识

public int Id { get; set; }

Property Value

int

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

string

Type

流程类型

public int Type { get; set; }

Property Value

int

Version

流程版本

public int? Version { get; set; }

Property Value

int?