类库说明文档
ResponseResultT Class |
响应消息类
Inheritance Hierarchy
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<T> : ResponseResult where T : class
Type Parameters
- T
[Missing <typeparam name="T"/> documentation for "T:DCSoft.Utility.Web.ResponseResult`1"]
The ResponseResultT type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ResponseResultT | Initializes a new instance of the ResponseResultT class |
Methods
Name | Description | |
---|---|---|
Default |
响应消息封装类
| |
Deserialize |
Http 响应消息反序列化类
| |
Equals | (Inherited from Object.) | |
Error |
Http 响应消息封装类
| |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Success |
响应消息封装类
| |
ToJson |
json 序列化
(Inherited from ResponseResult.) | |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
Entity |
业务实体
| |
Message |
消息内容
(Inherited from ResponseResult.) | |
Status |
状态
(Inherited from ResponseResult.) |
See Also