Click or drag to resize
ProcessModelGetRoleDataItems Method
获取角色可以编辑的数据项列表

Namespace: Slickflow.Engine.Xpdl
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
internal IList<string> GetRoleDataItems(
	string roleCode
)

Parameters

roleCode
Type: SystemString

Return Value

Type: IListString
See Also