Click or drag to resize
WorkctrlSetCond Method
设置条件表达式。

支持链式操作。

Namespace: Appkit.Sys.Object
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public virtual Workctrl SetCond(
	string value
)

Parameters

value
Type: SystemString
条件表达式值。

Return Value

Type: Workctrl
当前业务。
See Also