Click or drag to resize
SelectorObjectInit Method (String, String, String, Boolean, Boolean, Boolean, String)
初始化并获取

Namespace: Appkit.Components
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public static SelectorObject Init(
	string id,
	string typeName,
	string forceCondition,
	bool searchNow,
	bool multiSelect,
	bool simpleReturn,
	string returnProperty
)

Parameters

id
Type: SystemString
typeName
Type: SystemString
forceCondition
Type: SystemString
searchNow
Type: SystemBoolean
multiSelect
Type: SystemBoolean
simpleReturn
Type: SystemBoolean
returnProperty
Type: SystemString

Return Value

Type: SelectorObject
See Also