Click or drag to resize
AkBusinessIsReadOnly Method
是否只读。

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

Parameters

obj
Type: Appkit.DataAkObject
业务对象。
msg
Type: SystemString
消息。

Return Value

Type: Boolean
访问结果。
See Also