Appkit 基础类库
Appkit 基础类库
Appkit.Common
AkReturn Class
AkReturn Methods
AddMessage Method
GetJson Method
GetMessage Method
GetResult Method
New Method
Output Method
SetException Method
SetFalse Method
SetMessage Method
SetResult Method
ToString Method
AkReturn
SetFalse Method
设置结果result为false并设置消息。
支持链式操作。
Namespace:
Appkit.Common
Assembly:
Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
Copy
public
AkReturn
SetFalse
(
string
msg
)
Parameters
msg
Type:
System
String
消息。
Return Value
Type:
AkReturn
当前对象。
See Also
Reference
AkReturn Class
Appkit.Common Namespace