Click or drag to resize
TacheexecutorListFindByExecutor_id Method
按照执行者标识查找执行者。

Namespace: Appkit.Sys.Object
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public Tacheexecutor FindByExecutor_id(
	string value
)

Parameters

value
Type: SystemString
查找值。

Return Value

Type: Tacheexecutor
查找到的执行者,如果未查找到则为 null。
See Also