Table of Contents

Class AssociationFlowDefinitionModel

Namespace
CMS.Plugin.ProcessManagement.Abstractions.Models.WorkSections
Assembly
CMS.Plugin.ProcessManagement.Abstractions.dll

工艺流程版本模型

public class AssociationFlowDefinitionModel : ExtensibleObject, IHasExtraProperties, IValidatableObject
Inheritance
AssociationFlowDefinitionModel
Implements
IHasExtraProperties
Inherited Members

Properties

Description

流程描述

public string Description { get; set; }

Property Value

string

Type

流程Id

public int Type { get; set; }

Property Value

int

Version

流程版本

public int? Version { get; set; }

Property Value

int?