Click or drag to resize
ProcessManagerGenerateXmlContent Method
生成基本XML文档

Namespace: Slickflow.Engine.Business.Manager
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
private XmlDocument GenerateXmlContent(
	ProcessEntity entity
)

Parameters

entity
Type: Slickflow.Engine.Business.EntityProcessEntity
流程定义实体

Return Value

Type: XmlDocument
XML文档
See Also