[]
        
(Showing Draft Content)

GrapeCity.Forguncy.Plugin.IWorkflowInfo

接口 IWorkflowInfo

数据表中的工作流信息。

命名空间: GrapeCity.Forguncy.Plugin
程序集: GrapeCity.Forguncy.Plugin.dll
语法
public interface IWorkflowInfo

属性

IsEnabled

是否启用工作流。

声明
bool IsEnabled { get; }
属性值
类型 描述
bool

StateList

工作流中的状态集合。

声明
IEnumerable<string> StateList { get; }
属性值
类型 描述
System.Collections.Generic.IEnumerable<T><string>