Click or drag to resize
AkBusinessCanCreate Method
能否创建。

Namespace: Appkit.Common
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public virtual bool CanCreate(
	AkObject pobj,
	string objType,
	out string msg
)

Parameters

pobj
Type: Appkit.DataAkObject
父对象。
objType
Type: SystemString
对象类型。
msg
Type: SystemString
消息。

Return Value

Type: Boolean
访问结果。
See Also