Click or drag to resize
FlowentityFind Method (String, Object)
查找流程实例。

Namespace: Appkit.Sys.Object
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public static Flowentity Find(
	string propName,
	Object propValue
)

Parameters

propName
Type: SystemString
属性名称。
propValue
Type: SystemObject
查找值。

Return Value

Type: Flowentity
查找到的流程实例,如果未查找到则为 null。
See Also