Click or drag to resize
AkObjectRegisterType Method
注册业务类型。

Namespace: Appkit.Data
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public static void RegisterType(
	string className,
	Type t
)

Parameters

className
Type: SystemString
类型全名。
t
Type: SystemType
类型。
See Also