Click or drag to resize
Rank_obj_privListNew 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 Rank_obj_privList New(
	string propName,
	Object propValue
)

Parameters

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

Return Value

Type: Rank_obj_privList
私有数据权限集合。
See Also