Click or drag to resize
AkSearchOutAdd Method (ListString, String)
增加输出属性。

两行排列,主要属性在第一行、总是可见,次要属性在第二行、根据需要可见。

支持链式操作。

Namespace: Appkit.Web.UI
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public AkSearchOut Add(
	List<string> primaryNames,
	params string[] names
)

Parameters

primaryNames
Type: System.Collections.GenericListString
主要属性的名称集合。
names
Type: SystemString
次要属性的名称集合。

Return Value

Type: AkSearchOut
当前对象。
See Also