ResponseResult Class

DCSoft.DBUtilityGeneric

ResponseResult Class
响应结果类
Inheritance Hierarchy
SystemObject  DCSoft.Utility.WebResponseResult
    DCSoft.Utility.WebResponseResultT

Namespace: DCSoft.Utility.Web
Assembly: DCSoft.Utility (in DCSoft.Utility.dll) Version: 0.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public class ResponseResult

The ResponseResult type exposes the following members.

Constructors
  NameDescription
Public methodResponseResult
Initializes a new instance of the ResponseResult class
Top
Methods
  NameDescription
Public methodStatic memberDefault
响应消息封装类
Public methodStatic memberDeserialize
Deserializes the specified message.
Public methodEquals (Inherited from Object.)
Public methodStatic memberError
响应消息封装类
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodStatic memberParse
解析返回结果中的状态标志位
Public methodStatic memberSuccess
响应消息封装类
Public methodToJson
json 序列化
Public methodToString (Inherited from Object.)
Top
Properties
  NameDescription
Public propertyMessage
消息内容
Public propertyStatus
状态
Top
See Also